{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Update an existing (empty) new version with data and metadata" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The following resources were used to upload/update depositions of AGPA-D raw data. They coculd be use more or less unmodified for other uploads (with relevant metadata changed).\n", "\n", "More info and examples on:\n", "\n", "http://developers.zenodo.org" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# Zenodo (not sandbox!)\n", "ACCESS_TOKEN='TBA'\n", "d_id = '1095400' # empty new version, last published version is '1084886'" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## List deposiiton and info" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[]\n" ] } ], "source": [ "import json\n", "import requests\n", "ACCESS_TOKEN='TBA'\n", "\n", "\n", "import requests\n", "r = requests.get('https://zenodo.org/api/deposit/depositions/1095400/files',\n", " params={'access_token': ACCESS_TOKEN})\n", "\n", "print(r.json())\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Upload materials to existing new version" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Uploading file 0 of 735\n", "{'filename': 'batch1_0217_browse.JPG', 'id': '6a836f32-02e0-4254-85b4-e126e883749f', 'checksum': '6cbee52f3ec6d0214c5e494366b15ecc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0217_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6a836f32-02e0-4254-85b4-e126e883749f'}, 'filesize': 4563}\n", "Uploading file 1 of 735\n", "{'filename': 'batch1_0218_browse.JPG', 'id': '6ee92671-9810-470b-b91e-c15672a83a45', 'checksum': 'a4c86421739a89fffd6c1516159d6a3d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0218_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6ee92671-9810-470b-b91e-c15672a83a45'}, 'filesize': 4597}\n", "Uploading file 2 of 735\n", "{'filename': 'batch1_0219_browse.JPG', 'id': '445faf61-41a9-4e82-a0ce-311f1b64df5c', 'checksum': '6bb3e825a22ac7bb67349ab27b06d85e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0219_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/445faf61-41a9-4e82-a0ce-311f1b64df5c'}, 'filesize': 4671}\n", "Uploading file 3 of 735\n", "{'filename': 'batch1_0220_browse.JPG', 'id': 'e5420bca-419e-4432-9b79-043d93c55536', 'checksum': 'c63bf42de18b031c72cf2433ceeae5f1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0220_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e5420bca-419e-4432-9b79-043d93c55536'}, 'filesize': 4717}\n", "Uploading file 4 of 735\n", "{'filename': 'batch1_0221_browse.JPG', 'id': 'b6595b4a-bc88-45b8-8bd9-47ad1e0fa505', 'checksum': '4ca39fc13d9c6d5b79f0e395b3df86a6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0221_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b6595b4a-bc88-45b8-8bd9-47ad1e0fa505'}, 'filesize': 4727}\n", "Uploading file 5 of 735\n", "{'filename': 'batch1_0222_browse.JPG', 'id': 'a3dbb407-2c38-4b17-87ca-0e624f4a7589', 'checksum': '7affd15b1ec6f277ab1f511ed4cf9bbf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0222_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a3dbb407-2c38-4b17-87ca-0e624f4a7589'}, 'filesize': 4729}\n", "Uploading file 6 of 735\n", "{'filename': 'batch1_0223_browse.JPG', 'id': '39a19f1a-7d13-4ed0-9958-608f93f21c6b', 'checksum': 'fff064b96baddfce9ff6dce2a96b6560', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0223_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/39a19f1a-7d13-4ed0-9958-608f93f21c6b'}, 'filesize': 4674}\n", "Uploading file 7 of 735\n", "{'filename': 'batch1_0224_browse.JPG', 'id': '528a19e2-5c27-4aa1-a025-97d131f9791d', 'checksum': '0d206ea1814e58425c2980f4c285b094', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0224_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/528a19e2-5c27-4aa1-a025-97d131f9791d'}, 'filesize': 4819}\n", "Uploading file 8 of 735\n", "{'filename': 'batch1_0225_browse.JPG', 'id': 'd2aa9dea-14ba-476e-9288-52dad1beb17a', 'checksum': 'bef51b49338830584210a89683c7c98c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0225_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d2aa9dea-14ba-476e-9288-52dad1beb17a'}, 'filesize': 4706}\n", "Uploading file 9 of 735\n", "{'filename': 'batch1_0226_browse.JPG', 'id': '51113407-c94e-4378-b5f4-40305a85615c', 'checksum': 'fefa3e0aa026ee405cde079f765d4d65', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0226_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/51113407-c94e-4378-b5f4-40305a85615c'}, 'filesize': 4661}\n", "Uploading file 10 of 735\n", "{'filename': 'batch1_0227_browse.JPG', 'id': '5e01ab7a-2d2b-4eea-a9ab-c7c87c1085c0', 'checksum': 'c8e9434034dcb3b525e6e90fd4938966', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0227_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5e01ab7a-2d2b-4eea-a9ab-c7c87c1085c0'}, 'filesize': 4637}\n", "Uploading file 11 of 735\n", "{'filename': 'batch1_0228_browse.JPG', 'id': '1a813bae-f036-4c8f-b652-cf8e5bff8bdf', 'checksum': '97f36896314025cc085635d9d149105a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0228_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1a813bae-f036-4c8f-b652-cf8e5bff8bdf'}, 'filesize': 4598}\n", "Uploading file 12 of 735\n", "{'filename': 'batch1_0229_browse.JPG', 'id': 'e0f5f077-9f1e-4ed7-b06d-efed6c77f3a0', 'checksum': 'c7cced0393d66bb802bb56d865346669', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0229_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e0f5f077-9f1e-4ed7-b06d-efed6c77f3a0'}, 'filesize': 4529}\n", "Uploading file 13 of 735\n", "{'filename': 'batch1_0230_browse.JPG', 'id': 'dbea5784-1bf4-4bdc-8daa-58fc89c929ca', 'checksum': 'e371e0de9029923a9ca7e2f1a1a62ede', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0230_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dbea5784-1bf4-4bdc-8daa-58fc89c929ca'}, 'filesize': 4502}\n", "Uploading file 14 of 735\n", "{'filename': 'batch1_0231_browse.JPG', 'id': 'b825b00d-217e-4852-8c00-647b787e2c1d', 'checksum': '4d73a01edc5091f993eb74bbd4736e96', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0231_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b825b00d-217e-4852-8c00-647b787e2c1d'}, 'filesize': 4467}\n", "Uploading file 15 of 735\n", "{'filename': 'batch1_0232_browse.JPG', 'id': 'b0e96175-9db8-4b4c-af6d-cb744b7860fb', 'checksum': '199c8d3c068410e0369d19f081914612', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0232_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b0e96175-9db8-4b4c-af6d-cb744b7860fb'}, 'filesize': 4470}\n", "Uploading file 16 of 735\n", "{'filename': 'batch1_0233_browse.JPG', 'id': '307d4383-7990-4956-90c4-ebf23f7460b1', 'checksum': '989e7129fe77f409317c2b168408a73c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0233_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/307d4383-7990-4956-90c4-ebf23f7460b1'}, 'filesize': 4466}\n", "Uploading file 17 of 735\n", "{'filename': 'batch1_0234_browse.JPG', 'id': '87d3a303-b36e-4679-b632-82c79090417c', 'checksum': '39d3bd18ec9bd620d3b74e5182b21b4a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0234_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/87d3a303-b36e-4679-b632-82c79090417c'}, 'filesize': 4606}\n", "Uploading file 18 of 735\n", "{'filename': 'batch1_0235_browse.JPG', 'id': 'ea012a32-0797-4e6a-975a-40f83c1b8164', 'checksum': 'd108a1749a3157f43f6911877d8dd699', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0235_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ea012a32-0797-4e6a-975a-40f83c1b8164'}, 'filesize': 4785}\n", "Uploading file 19 of 735\n", "{'filename': 'batch1_0236_browse.JPG', 'id': '720e8ba5-2f5e-4aee-8560-157a2ce5f6ac', 'checksum': 'f071efdb8d1b8ecc6c792d12462e65f9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0236_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/720e8ba5-2f5e-4aee-8560-157a2ce5f6ac'}, 'filesize': 4922}\n", "Uploading file 20 of 735\n", "{'filename': 'batch1_0237_browse.JPG', 'id': '633d6671-621e-484b-a6db-585259439e14', 'checksum': '28df799327113dcf8cfcd22ec53eb899', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0237_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/633d6671-621e-484b-a6db-585259439e14'}, 'filesize': 5020}\n", "Uploading file 21 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch1_0238_browse.JPG', 'id': 'c26ea284-6452-4bcd-aa4c-9dc3706f286f', 'checksum': '5002379c652547ef93f109424540bac9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0238_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c26ea284-6452-4bcd-aa4c-9dc3706f286f'}, 'filesize': 5245}\n", "Uploading file 22 of 735\n", "{'filename': 'batch1_0239_browse.JPG', 'id': '62f3611e-388e-40e9-a533-d3662be6a3bb', 'checksum': '97c42b96cb14beeba8d66dc63db0caf5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0239_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/62f3611e-388e-40e9-a533-d3662be6a3bb'}, 'filesize': 5565}\n", "Uploading file 23 of 735\n", "{'filename': 'batch1_0240_browse.JPG', 'id': '6006dfc8-0272-49b2-b3a5-94bc1dd198a2', 'checksum': 'f0e4d4b3d4e5cd207709ec62d2fec3f0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0240_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6006dfc8-0272-49b2-b3a5-94bc1dd198a2'}, 'filesize': 5776}\n", "Uploading file 24 of 735\n", "{'filename': 'batch1_0241_browse.JPG', 'id': '7d1c2302-54dc-4a6c-a8de-80bd2829ebe2', 'checksum': '156dd752b9b9dfdc9128a1c6bb5b2e7e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0241_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7d1c2302-54dc-4a6c-a8de-80bd2829ebe2'}, 'filesize': 5550}\n", "Uploading file 25 of 735\n", "{'filename': 'batch1_0242_browse.JPG', 'id': '362a34e3-2333-4ba8-9487-463b14abab06', 'checksum': '8b6483a3256f47b4590c68797dcd1626', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0242_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/362a34e3-2333-4ba8-9487-463b14abab06'}, 'filesize': 5201}\n", "Uploading file 26 of 735\n", "{'filename': 'batch1_0243_browse.JPG', 'id': '7cce55d6-e7ed-4e26-acde-befd80ad71fc', 'checksum': '95fbb0191c4d254829477ff9429ca749', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0243_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7cce55d6-e7ed-4e26-acde-befd80ad71fc'}, 'filesize': 5014}\n", "Uploading file 27 of 735\n", "{'filename': 'batch1_0244_browse.JPG', 'id': '76c80ba2-5d48-46fa-9285-11adbaa1184d', 'checksum': '0dc7368e0e127d627655cd48621a6786', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0244_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/76c80ba2-5d48-46fa-9285-11adbaa1184d'}, 'filesize': 4816}\n", "Uploading file 28 of 735\n", "{'filename': 'batch1_0245_browse.JPG', 'id': '633323c8-e5ab-40e7-9cc6-c1f88977b3d0', 'checksum': 'f6934ba8abcfb85a8fabd8688b498540', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0245_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/633323c8-e5ab-40e7-9cc6-c1f88977b3d0'}, 'filesize': 4600}\n", "Uploading file 29 of 735\n", "{'filename': 'batch1_0246_browse.JPG', 'id': 'b54de917-0ff0-49bc-b252-0e78715b236e', 'checksum': '33bd9137111bdff3a8eb1fbf458d1266', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0246_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b54de917-0ff0-49bc-b252-0e78715b236e'}, 'filesize': 4510}\n", "Uploading file 30 of 735\n", "{'filename': 'batch1_0247_browse.JPG', 'id': '4b9099bd-15e6-484b-89c2-d9495f205b4e', 'checksum': 'ac99dbddd51392017e66850ce2fcb522', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0247_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4b9099bd-15e6-484b-89c2-d9495f205b4e'}, 'filesize': 4481}\n", "Uploading file 31 of 735\n", "{'filename': 'batch1_0248_browse.JPG', 'id': '5fecf4b6-4f7a-40dd-9cf1-278b45e46709', 'checksum': 'f67914a368ea5ce829743385da5e15d4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0248_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5fecf4b6-4f7a-40dd-9cf1-278b45e46709'}, 'filesize': 4470}\n", "Uploading file 32 of 735\n", "{'filename': 'batch1_0249_browse.JPG', 'id': 'd6726dc1-a3e1-4d03-b5ff-ec67c0575969', 'checksum': '2c4ffd1d18601bed295623b0d71b6a2c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0249_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d6726dc1-a3e1-4d03-b5ff-ec67c0575969'}, 'filesize': 4516}\n", "Uploading file 33 of 735\n", "{'filename': 'batch1_0250_browse.JPG', 'id': '130b2f8b-bcc3-457e-afd8-0ec3fc4a83c5', 'checksum': '2665d9e01e582928766d80854bf9fe22', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0250_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/130b2f8b-bcc3-457e-afd8-0ec3fc4a83c5'}, 'filesize': 4484}\n", "Uploading file 34 of 735\n", "{'filename': 'batch1_0251_browse.JPG', 'id': '337e1aaa-ade9-4d47-a841-fd407766a1d1', 'checksum': '807a005dd6d06c6b99cbd13d4449908c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0251_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/337e1aaa-ade9-4d47-a841-fd407766a1d1'}, 'filesize': 4531}\n", "Uploading file 35 of 735\n", "{'filename': 'batch1_0252_browse.JPG', 'id': '2c668173-dc82-4b23-b929-6fbfee010bd0', 'checksum': 'd3096b816961c23e1050754c0e0a8b14', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0252_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2c668173-dc82-4b23-b929-6fbfee010bd0'}, 'filesize': 4520}\n", "Uploading file 36 of 735\n", "{'filename': 'batch1_0253_browse.JPG', 'id': '75993a13-8a10-405b-b719-466f13bc6223', 'checksum': '37dcde375fb79e8476d35ea265374e77', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0253_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/75993a13-8a10-405b-b719-466f13bc6223'}, 'filesize': 4552}\n", "Uploading file 37 of 735\n", "{'filename': 'batch1_0254_browse.JPG', 'id': '19efa2d2-80b1-4a52-ab87-fcb97b21e09a', 'checksum': 'd8dc91b9167a0e26c573728494dec3f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0254_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/19efa2d2-80b1-4a52-ab87-fcb97b21e09a'}, 'filesize': 4630}\n", "Uploading file 38 of 735\n", "{'filename': 'batch1_0255_browse.JPG', 'id': '1894be24-1dd6-473b-9238-10ee4ffcfc7b', 'checksum': 'ae0a757d07285de1025d9fc73ea5178e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch1_0255_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1894be24-1dd6-473b-9238-10ee4ffcfc7b'}, 'filesize': 4711}\n", "Uploading file 39 of 735\n", "{'filename': 'batch2_0001_browse.JPG', 'id': '1981134c-65f5-4a96-8674-4d20eee98d7d', 'checksum': '06c845d5775b0bdf9d65ec1bebe436c9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0001_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1981134c-65f5-4a96-8674-4d20eee98d7d'}, 'filesize': 4197}\n", "Uploading file 40 of 735\n", "{'filename': 'batch2_0002_browse.JPG', 'id': '3030cab3-593b-47d8-8b3b-2177d8a7bcd6', 'checksum': 'df5cfd71c31ff4a69d89fea8eb7fbac6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0002_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3030cab3-593b-47d8-8b3b-2177d8a7bcd6'}, 'filesize': 4723}\n", "Uploading file 41 of 735\n", "{'filename': 'batch2_0003_browse.JPG', 'id': '3bb23561-7708-4427-8091-8e81fda0491e', 'checksum': '4f770ff2b7a73ccc5b166e920d5ef233', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0003_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3bb23561-7708-4427-8091-8e81fda0491e'}, 'filesize': 5214}\n", "Uploading file 42 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch2_0004_browse.JPG', 'id': '1b2e78e2-8045-4e33-be2e-ed31e362d690', 'checksum': '40dffc86ad32a0ac42f32bf559b0e033', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0004_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1b2e78e2-8045-4e33-be2e-ed31e362d690'}, 'filesize': 5534}\n", "Uploading file 43 of 735\n", "{'filename': 'batch2_0005_browse.JPG', 'id': '17a958b7-3be2-45ed-92e8-5495ad83fa71', 'checksum': 'd3d8281eb7ef3a8ec970824cc04e73ba', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0005_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/17a958b7-3be2-45ed-92e8-5495ad83fa71'}, 'filesize': 5680}\n", "Uploading file 44 of 735\n", "{'filename': 'batch2_0006_browse.JPG', 'id': '32ad21f8-5d75-4799-aec9-0d52e3a6849d', 'checksum': '54cbf276bd33aa85336b8672f15668f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0006_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/32ad21f8-5d75-4799-aec9-0d52e3a6849d'}, 'filesize': 5740}\n", "Uploading file 45 of 735\n", "{'filename': 'batch2_0007_browse.JPG', 'id': '6bb6abcc-56ce-4c9f-b0e0-6e246f4c9181', 'checksum': '47a48b436a93822ab67319759ca15e15', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0007_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6bb6abcc-56ce-4c9f-b0e0-6e246f4c9181'}, 'filesize': 5576}\n", "Uploading file 46 of 735\n", "{'filename': 'batch2_0008_browse.JPG', 'id': '59a29bdd-ead3-4807-8fbd-97b1d86b9202', 'checksum': 'd904995685f362eb70fbb3f8e2a69d54', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0008_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/59a29bdd-ead3-4807-8fbd-97b1d86b9202'}, 'filesize': 5434}\n", "Uploading file 47 of 735\n", "{'filename': 'batch2_0009_browse.JPG', 'id': '5361ab25-d898-4aa5-8562-83c69b806a4e', 'checksum': '76d153f784a4b4bf235867b3efd2a8d8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0009_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5361ab25-d898-4aa5-8562-83c69b806a4e'}, 'filesize': 5356}\n", "Uploading file 48 of 735\n", "{'filename': 'batch2_0010_browse.JPG', 'id': 'ba04f71a-90ff-49fd-883a-628e8e73fb4e', 'checksum': 'd765e477fd423c02beb5e26f60f4d95e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0010_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ba04f71a-90ff-49fd-883a-628e8e73fb4e'}, 'filesize': 5467}\n", "Uploading file 49 of 735\n", "{'filename': 'batch2_0011_browse.JPG', 'id': '33146748-d92b-452b-a3ac-8f7d5cfae291', 'checksum': 'dcf585d5179129a72340f503f8195634', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0011_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/33146748-d92b-452b-a3ac-8f7d5cfae291'}, 'filesize': 5667}\n", "Uploading file 50 of 735\n", "{'filename': 'batch2_0012_browse.JPG', 'id': '44a50c50-5733-4e3d-a493-1c2e77b4c713', 'checksum': 'd95c755be111de99053ca3112e490e65', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0012_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/44a50c50-5733-4e3d-a493-1c2e77b4c713'}, 'filesize': 5771}\n", "Uploading file 51 of 735\n", "{'filename': 'batch2_0013_browse.JPG', 'id': '3787b37b-7dec-44d0-a9f5-2c81183313ef', 'checksum': '198835e3d693b6f2dd78e481573aa4f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0013_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3787b37b-7dec-44d0-a9f5-2c81183313ef'}, 'filesize': 6173}\n", "Uploading file 52 of 735\n", "{'filename': 'batch2_0014_browse.JPG', 'id': '5aa0afd3-2e3a-4992-b1b4-fc6bd7f117c3', 'checksum': '263b6ae75c73e31ff89c6f570eebcb1b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0014_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5aa0afd3-2e3a-4992-b1b4-fc6bd7f117c3'}, 'filesize': 6004}\n", "Uploading file 53 of 735\n", "{'filename': 'batch2_0015_browse.JPG', 'id': 'a6197e81-f4ad-4e96-92f6-cf18e9e28236', 'checksum': '8c4000ae37ada0e5956e3271440d19f9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0015_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a6197e81-f4ad-4e96-92f6-cf18e9e28236'}, 'filesize': 5531}\n", "Uploading file 54 of 735\n", "{'filename': 'batch2_0016_browse.JPG', 'id': '317d2ccd-b3cb-446f-a5b7-78b8a26dc099', 'checksum': '69a0564cdd0ec6d8bee56e242da969de', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0016_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/317d2ccd-b3cb-446f-a5b7-78b8a26dc099'}, 'filesize': 5394}\n", "Uploading file 55 of 735\n", "{'filename': 'batch2_0017_browse.JPG', 'id': 'f11b154e-54bc-4634-a112-c6fa611018f6', 'checksum': '17a89a75a94de16afbf2bbf4fdab4450', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0017_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f11b154e-54bc-4634-a112-c6fa611018f6'}, 'filesize': 5249}\n", "Uploading file 56 of 735\n", "{'filename': 'batch2_0018_browse.JPG', 'id': '17fed542-6205-4489-a8de-623eb9aac8bd', 'checksum': '40ce1dfd0f90fbb4d183439e2fb0d9c0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0018_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/17fed542-6205-4489-a8de-623eb9aac8bd'}, 'filesize': 5194}\n", "Uploading file 57 of 735\n", "{'filename': 'batch2_0019_browse.JPG', 'id': 'd98b21de-00b5-410c-9905-cf73a6037c0d', 'checksum': '0497079ef7d7237bea554a2e8559d53d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0019_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d98b21de-00b5-410c-9905-cf73a6037c0d'}, 'filesize': 5100}\n", "Uploading file 58 of 735\n", "{'filename': 'batch2_0020_browse.JPG', 'id': 'e4c0a7d0-1382-499c-be56-319d4699847f', 'checksum': '69802dd37d98bf3aa2d8669752a518e8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0020_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e4c0a7d0-1382-499c-be56-319d4699847f'}, 'filesize': 5230}\n", "Uploading file 59 of 735\n", "{'filename': 'batch2_0021_browse.JPG', 'id': '453967b5-d5aa-4666-8dd9-e86292500086', 'checksum': '6b03769fc709b7df26179f2a6d1f62da', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0021_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/453967b5-d5aa-4666-8dd9-e86292500086'}, 'filesize': 5305}\n", "Uploading file 60 of 735\n", "{'filename': 'batch2_0022_browse.JPG', 'id': 'ec99b26a-63c8-443f-bc9e-d8b1af8aa5b8', 'checksum': 'ad8fa2eb70b90c78aa0429e4de151207', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0022_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ec99b26a-63c8-443f-bc9e-d8b1af8aa5b8'}, 'filesize': 5330}\n", "Uploading file 61 of 735\n", "{'filename': 'batch2_0023_browse.JPG', 'id': '13ad160a-119a-42f1-a16b-bf1a14fb34b6', 'checksum': '2356c041eb258d09c41f4865af844095', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0023_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/13ad160a-119a-42f1-a16b-bf1a14fb34b6'}, 'filesize': 5316}\n", "Uploading file 62 of 735\n", "{'filename': 'batch2_0024_browse.JPG', 'id': '2d988952-1624-4e75-a8bb-f0c583102a71', 'checksum': 'db5aa92dc696106526552179708790b5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0024_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2d988952-1624-4e75-a8bb-f0c583102a71'}, 'filesize': 5167}\n", "Uploading file 63 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch2_0025_browse.JPG', 'id': '84d0dc37-9611-4852-ba66-93b3e59cf017', 'checksum': 'fb594df451859feadcf8669c517ca502', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0025_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/84d0dc37-9611-4852-ba66-93b3e59cf017'}, 'filesize': 4699}\n", "Uploading file 64 of 735\n", "{'filename': 'batch2_0026_browse.JPG', 'id': 'a7b12966-1722-48c1-973a-b2ce35ed5339', 'checksum': 'f985c1f7221791ed02083a588dd7b6bf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0026_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a7b12966-1722-48c1-973a-b2ce35ed5339'}, 'filesize': 4378}\n", "Uploading file 65 of 735\n", "{'filename': 'batch2_0027_browse.JPG', 'id': '27f26ca9-8afa-49c1-8227-842d4fb79ff3', 'checksum': '7bde0f8d4f6e71e62ab9ee81146cceab', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0027_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/27f26ca9-8afa-49c1-8227-842d4fb79ff3'}, 'filesize': 4027}\n", "Uploading file 66 of 735\n", "{'filename': 'batch2_0028_browse.JPG', 'id': '2b5fe3a8-14ab-4f3b-b85c-013f8a6a7c8a', 'checksum': 'e4ae18d0f7ba11c38802c4f34908cb74', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0028_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2b5fe3a8-14ab-4f3b-b85c-013f8a6a7c8a'}, 'filesize': 4425}\n", "Uploading file 67 of 735\n", "{'filename': 'batch2_0029_browse.JPG', 'id': '67890dc6-e2ec-4061-8033-0a868e2e29ca', 'checksum': '15aa64d4a89ab3ee90857c632389352b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0029_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/67890dc6-e2ec-4061-8033-0a868e2e29ca'}, 'filesize': 4456}\n", "Uploading file 68 of 735\n", "{'filename': 'batch2_0030_browse.JPG', 'id': '2d2677b1-a366-420a-8858-1449892fc09c', 'checksum': '8c6611032f12b691ab3b0722912043c6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0030_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2d2677b1-a366-420a-8858-1449892fc09c'}, 'filesize': 4811}\n", "Uploading file 69 of 735\n", "{'filename': 'batch2_0031_browse.JPG', 'id': 'dcb0a344-4b01-441a-9e1b-5cb6a1b21eff', 'checksum': 'c5d2e36e0c78a7b8240089064d27cb47', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0031_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dcb0a344-4b01-441a-9e1b-5cb6a1b21eff'}, 'filesize': 5236}\n", "Uploading file 70 of 735\n", "{'filename': 'batch2_0032_browse.JPG', 'id': 'b9df2669-6c39-4e0f-b693-7b3a53f7b37f', 'checksum': 'fce322e6733f799f08988475889b1aaa', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0032_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b9df2669-6c39-4e0f-b693-7b3a53f7b37f'}, 'filesize': 5403}\n", "Uploading file 71 of 735\n", "{'filename': 'batch2_0033_browse.JPG', 'id': '3c95dfa3-7648-499f-afb0-2d50edfe6f2e', 'checksum': '669703787c4af3aa77a748eb639fabf8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0033_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3c95dfa3-7648-499f-afb0-2d50edfe6f2e'}, 'filesize': 5337}\n", "Uploading file 72 of 735\n", "{'filename': 'batch2_0034_browse.JPG', 'id': '7bd707e0-0660-4740-b86c-04dd12e143f3', 'checksum': '37a80da9ab8a0fecce7c5dc8c17204cd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0034_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7bd707e0-0660-4740-b86c-04dd12e143f3'}, 'filesize': 5336}\n", "Uploading file 73 of 735\n", "{'filename': 'batch2_0035_browse.JPG', 'id': '3e39ae26-621c-471a-829a-2ed407dbfcc8', 'checksum': '86ce6f5dd43962a98c479d8d7e1d06f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0035_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3e39ae26-621c-471a-829a-2ed407dbfcc8'}, 'filesize': 5322}\n", "Uploading file 74 of 735\n", "{'filename': 'batch2_0036_browse.JPG', 'id': 'b96a76bf-87e7-4d10-b838-68c78e9f9e4e', 'checksum': 'ea270d952e0e51b9b0c4c03d77bdb713', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0036_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b96a76bf-87e7-4d10-b838-68c78e9f9e4e'}, 'filesize': 5090}\n", "Uploading file 75 of 735\n", "{'filename': 'batch2_0037_browse.JPG', 'id': 'c92c3724-97fa-4c5f-b1ea-f7cfc79b3f6a', 'checksum': '204181e25bd7ccad11da88c03323ecff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0037_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c92c3724-97fa-4c5f-b1ea-f7cfc79b3f6a'}, 'filesize': 4926}\n", "Uploading file 76 of 735\n", "{'filename': 'batch2_0038_browse.JPG', 'id': '3543784d-f1d8-48f1-856b-e47cb3878325', 'checksum': '4ea85e2f6a3aeaa36c7f4c49af9e19b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0038_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3543784d-f1d8-48f1-856b-e47cb3878325'}, 'filesize': 5065}\n", "Uploading file 77 of 735\n", "{'filename': 'batch2_0039_browse.JPG', 'id': '1609ddca-7607-4903-8499-b4596027288f', 'checksum': '48f364d0de3f0cd4708c646a63c295ac', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0039_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1609ddca-7607-4903-8499-b4596027288f'}, 'filesize': 5103}\n", "Uploading file 78 of 735\n", "{'filename': 'batch2_0040_browse.JPG', 'id': '28473ba5-b09f-44e0-9314-21d45e56db9b', 'checksum': '2e3d99087286458d1ec9eaa50ab19d08', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0040_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/28473ba5-b09f-44e0-9314-21d45e56db9b'}, 'filesize': 5217}\n", "Uploading file 79 of 735\n", "{'filename': 'batch2_0041_browse.JPG', 'id': 'cfca4e55-4e73-456c-ada2-ad3139fa2864', 'checksum': 'fbf8c60778c2356d1b3c5d49a1868225', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0041_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/cfca4e55-4e73-456c-ada2-ad3139fa2864'}, 'filesize': 5508}\n", "Uploading file 80 of 735\n", "{'filename': 'batch2_0042_browse.JPG', 'id': 'ff9ca2de-2d8c-49d2-a1b6-7f896c5aac66', 'checksum': '5e288c5484d4a14384099b7f615a7655', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0042_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ff9ca2de-2d8c-49d2-a1b6-7f896c5aac66'}, 'filesize': 5906}\n", "Uploading file 81 of 735\n", "{'filename': 'batch2_0043_browse.JPG', 'id': '4f19f6cd-e8fd-4134-a9b3-6618e1a3876c', 'checksum': '96a730dc861d4735240a29ff134c2321', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0043_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4f19f6cd-e8fd-4134-a9b3-6618e1a3876c'}, 'filesize': 5489}\n", "Uploading file 82 of 735\n", "{'filename': 'batch2_0044_browse.JPG', 'id': 'd28a5750-9a95-498b-a1d1-0b73d067b00b', 'checksum': '8bd3a1b026d892e228bcdd460f5b8c4c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0044_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d28a5750-9a95-498b-a1d1-0b73d067b00b'}, 'filesize': 5166}\n", "Uploading file 83 of 735\n", "{'filename': 'batch2_0045_browse.JPG', 'id': '43844e7e-c987-401f-a428-d54741b0898f', 'checksum': '0329043b39e101f22a5500f844d2fcdd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0045_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/43844e7e-c987-401f-a428-d54741b0898f'}, 'filesize': 4837}\n", "Uploading file 84 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch2_0046_browse.JPG', 'id': '680ffffe-e799-444f-b803-8955ca7b894d', 'checksum': '5a15372f490e15ce40d07bed4581a9c9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0046_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/680ffffe-e799-444f-b803-8955ca7b894d'}, 'filesize': 4623}\n", "Uploading file 85 of 735\n", "{'filename': 'batch2_0047_browse.JPG', 'id': 'be846034-f911-4bc2-9d23-f6593a2732e1', 'checksum': 'd6970e14504a2b9f9279d40ef964642b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0047_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/be846034-f911-4bc2-9d23-f6593a2732e1'}, 'filesize': 4642}\n", "Uploading file 86 of 735\n", "{'filename': 'batch2_0048_browse.JPG', 'id': '9a4e59f0-6fbe-402b-88b9-4db934fca7ec', 'checksum': '8e1daf2032e1ce6c51cf1b095108ea48', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0048_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9a4e59f0-6fbe-402b-88b9-4db934fca7ec'}, 'filesize': 4682}\n", "Uploading file 87 of 735\n", "{'filename': 'batch2_0049_browse.JPG', 'id': '28c28dbb-79d3-457b-a1bd-c3a57860a43a', 'checksum': '91bc57a3a692b9b6ca72413fd31d0d1d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0049_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/28c28dbb-79d3-457b-a1bd-c3a57860a43a'}, 'filesize': 4783}\n", "Uploading file 88 of 735\n", "{'filename': 'batch2_0050_browse.JPG', 'id': '265a035f-700b-482a-a2bb-abceb92fd93a', 'checksum': '9be1aeb184dcd5d722ba679bc71493ba', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0050_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/265a035f-700b-482a-a2bb-abceb92fd93a'}, 'filesize': 4974}\n", "Uploading file 89 of 735\n", "{'filename': 'batch2_0051_browse.JPG', 'id': '8051ae07-fa8a-445b-b40d-2427f5b6c22e', 'checksum': '3b7f693ed27d0dae76cc75668543c22b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0051_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8051ae07-fa8a-445b-b40d-2427f5b6c22e'}, 'filesize': 5214}\n", "Uploading file 90 of 735\n", "{'filename': 'batch2_0052_browse.JPG', 'id': '347bbbe2-e64a-4dd4-a12a-44cef39e20e4', 'checksum': 'fcf7b86bf1bece67350c17f2088057eb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0052_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/347bbbe2-e64a-4dd4-a12a-44cef39e20e4'}, 'filesize': 5179}\n", "Uploading file 91 of 735\n", "{'filename': 'batch2_0053_browse.JPG', 'id': '4507c6be-0274-4977-aa5e-4a7687567ad7', 'checksum': '45695ecd9403acae6fd3a732bd8d66d0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0053_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4507c6be-0274-4977-aa5e-4a7687567ad7'}, 'filesize': 5175}\n", "Uploading file 92 of 735\n", "{'filename': 'batch2_0054_browse.JPG', 'id': 'b02030b4-4030-434d-bdd9-90842a351f7d', 'checksum': '8635225be69fd6df4cefcef6a5cce635', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0054_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b02030b4-4030-434d-bdd9-90842a351f7d'}, 'filesize': 5140}\n", "Uploading file 93 of 735\n", "{'filename': 'batch2_0055_browse.JPG', 'id': '3c4d6420-f1b9-412c-a5f6-d7c925c43b6b', 'checksum': '91aa1fcfa4adfcf3ff98d504b15887b8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0055_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3c4d6420-f1b9-412c-a5f6-d7c925c43b6b'}, 'filesize': 5119}\n", "Uploading file 94 of 735\n", "{'filename': 'batch2_0056_browse.JPG', 'id': 'a9b37073-25de-464c-af0c-c5f4537ce19d', 'checksum': 'ded5ae2c61da5c87257cd9069c5e599b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0056_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a9b37073-25de-464c-af0c-c5f4537ce19d'}, 'filesize': 4801}\n", "Uploading file 95 of 735\n", "{'filename': 'batch2_0057_browse.JPG', 'id': '3e76e231-c715-426d-a5b8-d34b331bce63', 'checksum': 'b68aa0c8384fdd00a4bd3b79ad9fcaf3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0057_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3e76e231-c715-426d-a5b8-d34b331bce63'}, 'filesize': 4451}\n", "Uploading file 96 of 735\n", "{'filename': 'batch2_0058_browse.JPG', 'id': 'bf688df2-8efb-45b7-9490-26e5430ee5aa', 'checksum': 'bfa31a51b8f14b90af338eaa01cb5053', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0058_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bf688df2-8efb-45b7-9490-26e5430ee5aa'}, 'filesize': 4402}\n", "Uploading file 97 of 735\n", "{'filename': 'batch2_0059_browse.JPG', 'id': 'dfbbe65c-8cc9-4a69-be7f-bb41e3f4fbee', 'checksum': '2bddc7c7b320af900bf7a1ed4e4d03b9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0059_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dfbbe65c-8cc9-4a69-be7f-bb41e3f4fbee'}, 'filesize': 4540}\n", "Uploading file 98 of 735\n", "{'filename': 'batch2_0060_browse.JPG', 'id': '4348cde0-1714-44ee-8484-5a2b4767f6e3', 'checksum': 'fa46c13181034c0afed278ed49405ca0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0060_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4348cde0-1714-44ee-8484-5a2b4767f6e3'}, 'filesize': 4266}\n", "Uploading file 99 of 735\n", "{'filename': 'batch2_0061_browse.JPG', 'id': '88b14137-81bc-422e-9329-0afe196d2ebb', 'checksum': '6249772d085940d843ccfcaac798549a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0061_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/88b14137-81bc-422e-9329-0afe196d2ebb'}, 'filesize': 4449}\n", "Uploading file 100 of 735\n", "{'filename': 'batch2_0062_browse.JPG', 'id': 'ce3d6df2-14a3-480b-96d8-cc1e41d019d3', 'checksum': '5e06d916daa82305907e50f59c1b1f5b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0062_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ce3d6df2-14a3-480b-96d8-cc1e41d019d3'}, 'filesize': 4627}\n", "Uploading file 101 of 735\n", "{'filename': 'batch2_0063_browse.JPG', 'id': '45cb88df-429a-43da-b92c-b579a3aa34c0', 'checksum': '996be12689ba6e609c62bff442ab4d39', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0063_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45cb88df-429a-43da-b92c-b579a3aa34c0'}, 'filesize': 4668}\n", "Uploading file 102 of 735\n", "{'filename': 'batch2_0064_browse.JPG', 'id': 'c3d5a497-6dd3-4435-8821-1987996d35b5', 'checksum': '3e7c7a0b37670a7f4f34784dc79af85d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0064_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c3d5a497-6dd3-4435-8821-1987996d35b5'}, 'filesize': 4666}\n", "Uploading file 103 of 735\n", "{'filename': 'batch2_0065_browse.JPG', 'id': 'd418504c-50fe-4799-8e8a-1d5ab95c2bb0', 'checksum': '4ce7f5720e234328f057e4847af49f7d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0065_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d418504c-50fe-4799-8e8a-1d5ab95c2bb0'}, 'filesize': 4722}\n", "Uploading file 104 of 735\n", "{'filename': 'batch2_0066_browse.JPG', 'id': '44bc4863-ef31-4ac6-a735-3293fc57a44e', 'checksum': 'b6232aed7c208315b7475191aa818907', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0066_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/44bc4863-ef31-4ac6-a735-3293fc57a44e'}, 'filesize': 4773}\n", "Uploading file 105 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch2_0067_browse.JPG', 'id': '4c66329b-0acb-4fa8-bcb9-382eeaebb9b4', 'checksum': '7c1ac7a6870d1c1296d84493de9ee4b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0067_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4c66329b-0acb-4fa8-bcb9-382eeaebb9b4'}, 'filesize': 4573}\n", "Uploading file 106 of 735\n", "{'filename': 'batch2_0068_browse.JPG', 'id': '952995a8-42d5-4c29-83df-7cb0fc9918d7', 'checksum': '6e2ce8101ce044a39bb7c176b35622b2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0068_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/952995a8-42d5-4c29-83df-7cb0fc9918d7'}, 'filesize': 4441}\n", "Uploading file 107 of 735\n", "{'filename': 'batch2_0069_browse.JPG', 'id': 'a83c7a12-1a84-47da-a1b1-7e331c373b94', 'checksum': '3e2083d1f1eb1df14c1fd3ab657009a5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0069_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a83c7a12-1a84-47da-a1b1-7e331c373b94'}, 'filesize': 4441}\n", "Uploading file 108 of 735\n", "{'filename': 'batch2_0070_browse.JPG', 'id': 'fc92e49b-eb01-48b3-961f-460f954dc42a', 'checksum': 'f9ea500a248231059224b83d9ccecdb3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0070_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fc92e49b-eb01-48b3-961f-460f954dc42a'}, 'filesize': 4390}\n", "Uploading file 109 of 735\n", "{'filename': 'batch2_0071_browse.JPG', 'id': 'a68131ac-3666-4a8a-89e9-9ec6a1fd303d', 'checksum': 'be4b394aab481967e9b85ed04003ffbf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0071_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a68131ac-3666-4a8a-89e9-9ec6a1fd303d'}, 'filesize': 4268}\n", "Uploading file 110 of 735\n", "{'filename': 'batch2_0072_browse.JPG', 'id': 'c621776f-8114-4361-bfad-8a0d73e1b74b', 'checksum': '97f8e361061e299e2aaad016aef141ea', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0072_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c621776f-8114-4361-bfad-8a0d73e1b74b'}, 'filesize': 4453}\n", "Uploading file 111 of 735\n", "{'filename': 'batch2_0073_browse.JPG', 'id': 'c8b15b75-c392-45c6-9537-89837125a903', 'checksum': 'd43c33b7baef3abd0960d5061d0bf381', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0073_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c8b15b75-c392-45c6-9537-89837125a903'}, 'filesize': 4717}\n", "Uploading file 112 of 735\n", "{'filename': 'batch2_0074_browse.JPG', 'id': 'ee2cb28c-422d-4653-8b83-0a532d0ab869', 'checksum': '4bc81b8c4eedf15a44a6e2bb4100692e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0074_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ee2cb28c-422d-4653-8b83-0a532d0ab869'}, 'filesize': 5032}\n", "Uploading file 113 of 735\n", "{'filename': 'batch2_0075_browse.JPG', 'id': '756d0b2d-e0f3-4a7e-94f1-a91e9c583b6c', 'checksum': '8449c990e57188ea2ff2d71953574bf5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0075_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/756d0b2d-e0f3-4a7e-94f1-a91e9c583b6c'}, 'filesize': 5008}\n", "Uploading file 114 of 735\n", "{'filename': 'batch2_0076_browse.JPG', 'id': '12ceb7bb-262d-4821-8c88-41766f3e0fd0', 'checksum': '04633e4bc80d386a6e5139645df30e6a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0076_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/12ceb7bb-262d-4821-8c88-41766f3e0fd0'}, 'filesize': 4690}\n", "Uploading file 115 of 735\n", "{'filename': 'batch2_0077_browse.JPG', 'id': '8fc2fd5e-a04d-4f5f-baf8-db05e05b4735', 'checksum': 'f85b567b897d3572fbdd25b0071a69db', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0077_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8fc2fd5e-a04d-4f5f-baf8-db05e05b4735'}, 'filesize': 4452}\n", "Uploading file 116 of 735\n", "{'filename': 'batch2_0078_browse.JPG', 'id': '6f0d2bfb-67db-4447-9e8e-25e5fd16029e', 'checksum': 'e8f59fe310050e86bb708cfe0a4ca0bd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0078_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6f0d2bfb-67db-4447-9e8e-25e5fd16029e'}, 'filesize': 4395}\n", "Uploading file 117 of 735\n", "{'filename': 'batch2_0079_browse.JPG', 'id': 'becfd01c-528d-47f8-a90e-fd555e61e6fe', 'checksum': 'a6074f46c57d04da039be07d668c2e1b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0079_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/becfd01c-528d-47f8-a90e-fd555e61e6fe'}, 'filesize': 4401}\n", "Uploading file 118 of 735\n", "{'filename': 'batch2_0080_browse.JPG', 'id': '470144a6-6a6d-4872-a363-f0121cf45ed0', 'checksum': '5e91aa1332b6b1a9cff367a344386855', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0080_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/470144a6-6a6d-4872-a363-f0121cf45ed0'}, 'filesize': 4395}\n", "Uploading file 119 of 735\n", "{'filename': 'batch2_0081_browse.JPG', 'id': 'aafa7081-6057-4b48-9866-657c1e0171bc', 'checksum': '5d0cf5d44d5cb4f2b740be3636fe6fd0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0081_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/aafa7081-6057-4b48-9866-657c1e0171bc'}, 'filesize': 4215}\n", "Uploading file 120 of 735\n", "{'filename': 'batch2_0082_browse.JPG', 'id': '55674738-c3ad-4149-b7cb-2e1ec1113165', 'checksum': 'd59eca0c0a201570796e8bc65d338138', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0082_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/55674738-c3ad-4149-b7cb-2e1ec1113165'}, 'filesize': 4231}\n", "Uploading file 121 of 735\n", "{'filename': 'batch2_0083_browse.JPG', 'id': 'ec16d990-5761-42fb-970a-c6d561940895', 'checksum': '44fd0f9a1e27579978286deb3b256036', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0083_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ec16d990-5761-42fb-970a-c6d561940895'}, 'filesize': 4232}\n", "Uploading file 122 of 735\n", "{'filename': 'batch2_0084_browse.JPG', 'id': '2b11aa24-5a86-4f66-a7ff-54b5e994efad', 'checksum': '22813cd195ec6a2a46d4101c89e333fc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0084_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2b11aa24-5a86-4f66-a7ff-54b5e994efad'}, 'filesize': 4171}\n", "Uploading file 123 of 735\n", "{'filename': 'batch2_0085_browse.JPG', 'id': 'edbcb3d4-f392-4e9a-989b-7dcbdf4fadc5', 'checksum': 'e55ae1c1ba342bc166f1fee3cafb1de7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0085_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/edbcb3d4-f392-4e9a-989b-7dcbdf4fadc5'}, 'filesize': 4163}\n", "Uploading file 124 of 735\n", "{'filename': 'batch2_0086_browse.JPG', 'id': '8ac3abb6-44b2-4329-86d1-095ff6a646f3', 'checksum': '0e8a10b92428c6abe86cea0bfa941b04', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0086_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8ac3abb6-44b2-4329-86d1-095ff6a646f3'}, 'filesize': 4211}\n", "Uploading file 125 of 735\n", "{'filename': 'batch2_0087_browse.JPG', 'id': '8939ebe7-b9e5-4a05-9fad-769d90c83c84', 'checksum': '37a1b924278e2a13f2d586899ce55af2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0087_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8939ebe7-b9e5-4a05-9fad-769d90c83c84'}, 'filesize': 4189}\n", "Uploading file 126 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch2_0088_browse.JPG', 'id': 'abe28177-e624-4547-ba16-e332b2b204a4', 'checksum': '36ce7eb5a7de34a0f97cb6097bc44a32', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch2_0088_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/abe28177-e624-4547-ba16-e332b2b204a4'}, 'filesize': 4115}\n", "Uploading file 127 of 735\n", "{'filename': 'batch3_0001_browse.JPG', 'id': '2fdedf3c-003c-48f1-9ce4-1c7ef545f416', 'checksum': '4c5b3b003db1c2b6a90ce42de855d382', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0001_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2fdedf3c-003c-48f1-9ce4-1c7ef545f416'}, 'filesize': 4457}\n", "Uploading file 128 of 735\n", "{'filename': 'batch3_0002_browse.JPG', 'id': 'a98473cd-98fc-4672-aa78-6c7d65d7c1e4', 'checksum': '85de43ce1c3c864f229abeb9bf3000c5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0002_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a98473cd-98fc-4672-aa78-6c7d65d7c1e4'}, 'filesize': 4465}\n", "Uploading file 129 of 735\n", "{'filename': 'batch3_0003_browse.JPG', 'id': '4b9d91e4-b253-4ebb-8275-1d68b78897fc', 'checksum': '9909e87bc052627c843eedd2a0118114', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0003_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4b9d91e4-b253-4ebb-8275-1d68b78897fc'}, 'filesize': 4463}\n", "Uploading file 130 of 735\n", "{'filename': 'batch3_0004_browse.JPG', 'id': '4dc341aa-1fca-4e84-9d5c-be724455c203', 'checksum': '9801edd3cf3ccc7255d043933f526c5d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0004_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4dc341aa-1fca-4e84-9d5c-be724455c203'}, 'filesize': 4495}\n", "Uploading file 131 of 735\n", "{'filename': 'batch3_0005_browse.JPG', 'id': '4cd9ccb7-c543-4536-a936-4297ca3cfc32', 'checksum': 'e0e50cb3ea90bf21034baec6815f8eeb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0005_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4cd9ccb7-c543-4536-a936-4297ca3cfc32'}, 'filesize': 4441}\n", "Uploading file 132 of 735\n", "{'filename': 'batch3_0006_browse.JPG', 'id': '0c5d5380-2a5b-4dd0-9199-948c7cd10430', 'checksum': '306456ee5400cfd87798e26e9b63e959', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0006_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0c5d5380-2a5b-4dd0-9199-948c7cd10430'}, 'filesize': 4287}\n", "Uploading file 133 of 735\n", "{'filename': 'batch3_0007_browse.JPG', 'id': 'fd5d2a0e-02c6-4816-b844-38df6f2c2493', 'checksum': 'd1653cf766314fdad5ce71ebc0617262', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0007_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fd5d2a0e-02c6-4816-b844-38df6f2c2493'}, 'filesize': 4166}\n", "Uploading file 134 of 735\n", "{'filename': 'batch3_0008_browse.JPG', 'id': '12ad6e3d-166a-45e3-afbc-fa05d05ee369', 'checksum': '1626e78c50db6dd4dcdd0e359df653b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0008_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/12ad6e3d-166a-45e3-afbc-fa05d05ee369'}, 'filesize': 4236}\n", "Uploading file 135 of 735\n", "{'filename': 'batch3_0009_browse.JPG', 'id': 'e261cf32-2b51-4f45-b750-88f50f00a933', 'checksum': 'b8ad5ef2b97e82e744073b692b5d0cb9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0009_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e261cf32-2b51-4f45-b750-88f50f00a933'}, 'filesize': 4157}\n", "Uploading file 136 of 735\n", "{'filename': 'batch3_0010_browse.JPG', 'id': 'd58d2c0b-903f-4263-bdb8-f6c58afac454', 'checksum': '2f00f548e4c9c35ebbd637eba46e60be', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0010_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d58d2c0b-903f-4263-bdb8-f6c58afac454'}, 'filesize': 4022}\n", "Uploading file 137 of 735\n", "{'filename': 'batch3_0011_browse.JPG', 'id': 'd323f9b7-1f07-4f44-9033-edc3f689fb13', 'checksum': 'aee97436153ea06b4074cf3dd22f1a79', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0011_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d323f9b7-1f07-4f44-9033-edc3f689fb13'}, 'filesize': 4276}\n", "Uploading file 138 of 735\n", "{'filename': 'batch3_0012_browse.JPG', 'id': '46885147-fdf0-4b71-8165-6c03aad5b9c8', 'checksum': '5d858a45e22ce8d83de6985dbfe01ad7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0012_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/46885147-fdf0-4b71-8165-6c03aad5b9c8'}, 'filesize': 4520}\n", "Uploading file 139 of 735\n", "{'filename': 'batch3_0013_browse.JPG', 'id': '5e5ae882-2bcc-4c8f-8c80-f1d42cfe941a', 'checksum': 'eb393d29e5e71648663ef62f31c6b983', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0013_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5e5ae882-2bcc-4c8f-8c80-f1d42cfe941a'}, 'filesize': 4896}\n", "Uploading file 140 of 735\n", "{'filename': 'batch3_0014_browse.JPG', 'id': '0fd3d4ce-09b1-4024-8f98-65ad785ab302', 'checksum': '94aee1de0b9ab0d439396adbc6ec66b8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0014_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0fd3d4ce-09b1-4024-8f98-65ad785ab302'}, 'filesize': 5027}\n", "Uploading file 141 of 735\n", "{'filename': 'batch3_0015_browse.JPG', 'id': '2969d581-2e86-4b45-8ddf-512550846e40', 'checksum': 'aa4336ff74cff302b80f5aed2ea26023', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0015_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2969d581-2e86-4b45-8ddf-512550846e40'}, 'filesize': 4586}\n", "Uploading file 142 of 735\n", "{'filename': 'batch3_0016_browse.JPG', 'id': 'b8f36239-9939-46d1-8cc3-609e099879b5', 'checksum': '4be08d9f82c27d549c53b7de4b441d6d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0016_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b8f36239-9939-46d1-8cc3-609e099879b5'}, 'filesize': 4383}\n", "Uploading file 143 of 735\n", "{'filename': 'batch3_0017_browse.JPG', 'id': 'bff0110d-06ec-402a-9574-d6a0a92f1f92', 'checksum': '2fbbfa07d8920900d79d35f3698cbf64', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0017_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bff0110d-06ec-402a-9574-d6a0a92f1f92'}, 'filesize': 4320}\n", "Uploading file 144 of 735\n", "{'filename': 'batch3_0018_browse.JPG', 'id': 'c4a084c8-748f-47ab-81dd-9f8c866b0303', 'checksum': '2f99b4aa093548a219484ffb473e16fd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0018_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c4a084c8-748f-47ab-81dd-9f8c866b0303'}, 'filesize': 4261}\n", "Uploading file 145 of 735\n", "{'filename': 'batch3_0019_browse.JPG', 'id': 'dcec8a69-f641-4713-90e7-23eb54e347be', 'checksum': 'f23964413f544273a28fcbd93da03fa6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0019_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dcec8a69-f641-4713-90e7-23eb54e347be'}, 'filesize': 4296}\n", "Uploading file 146 of 735\n", "{'filename': 'batch3_0020_browse.JPG', 'id': '249252a0-c3f5-42bc-adee-5c7260a20032', 'checksum': '4d94fb30edf70351b6fb44384b1ad2ad', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0020_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/249252a0-c3f5-42bc-adee-5c7260a20032'}, 'filesize': 4168}\n", "Uploading file 147 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch3_0021_browse.JPG', 'id': 'ca407568-596a-4a33-b4c4-bbbd3ca1c877', 'checksum': '2f5848d6591882b395f96a3120e7230d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0021_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ca407568-596a-4a33-b4c4-bbbd3ca1c877'}, 'filesize': 4175}\n", "Uploading file 148 of 735\n", "{'filename': 'batch3_0022_browse.JPG', 'id': '79f46be8-17a8-406f-b2d1-d5d444397524', 'checksum': '999c47bb840dc88ca60b257de4a952c6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0022_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/79f46be8-17a8-406f-b2d1-d5d444397524'}, 'filesize': 4197}\n", "Uploading file 149 of 735\n", "{'filename': 'batch3_0023_browse.JPG', 'id': 'aa75c851-40c3-4f57-9635-8fb5d0e8a120', 'checksum': 'b14c95cabe79c83ec6f05e04a3c40b28', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0023_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/aa75c851-40c3-4f57-9635-8fb5d0e8a120'}, 'filesize': 4182}\n", "Uploading file 150 of 735\n", "{'filename': 'batch3_0024_browse.JPG', 'id': 'f20457df-e4c3-448c-ab12-cb811e969d30', 'checksum': '91f4e693f22ba76a97381fa1290e2179', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0024_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f20457df-e4c3-448c-ab12-cb811e969d30'}, 'filesize': 4031}\n", "Uploading file 151 of 735\n", "{'filename': 'batch3_0025_browse.JPG', 'id': 'faa24889-29c4-4e13-8e31-478848bda7f1', 'checksum': '8f582923b1fc8fc7a3810e3a4216b593', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0025_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/faa24889-29c4-4e13-8e31-478848bda7f1'}, 'filesize': 3986}\n", "Uploading file 152 of 735\n", "{'filename': 'batch3_0026_browse.JPG', 'id': '937d64b9-fe56-4775-a9e5-4b98cba8bda6', 'checksum': '271d5d396ea458be42e90cb1444c4149', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0026_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/937d64b9-fe56-4775-a9e5-4b98cba8bda6'}, 'filesize': 4023}\n", "Uploading file 153 of 735\n", "{'filename': 'batch3_0027_browse.JPG', 'id': 'd77abd69-fb42-4788-8cf6-d590efd99dcc', 'checksum': '6baff2839b80376751cb9fdc20eb5c56', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0027_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d77abd69-fb42-4788-8cf6-d590efd99dcc'}, 'filesize': 4032}\n", "Uploading file 154 of 735\n", "{'filename': 'batch3_0028_browse.JPG', 'id': '07e2245c-c40f-44b5-9f49-bed95dfe108b', 'checksum': 'a0fa6ba9e53a795b8945f0986bb0338b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0028_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/07e2245c-c40f-44b5-9f49-bed95dfe108b'}, 'filesize': 4022}\n", "Uploading file 155 of 735\n", "{'filename': 'batch3_0029_browse.JPG', 'id': '52f20e29-0a6c-4000-af9e-723e4d3b919c', 'checksum': 'dd4b4f0b157500c107983282cea95fdf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0029_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/52f20e29-0a6c-4000-af9e-723e4d3b919c'}, 'filesize': 3782}\n", "Uploading file 156 of 735\n", "{'filename': 'batch3_0030_browse.JPG', 'id': '5706d10c-9813-4661-b406-dc70ac4c0aa3', 'checksum': '1c88f06f6c26b294bc20b658ccc749aa', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0030_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5706d10c-9813-4661-b406-dc70ac4c0aa3'}, 'filesize': 3890}\n", "Uploading file 157 of 735\n", "{'filename': 'batch3_0031_browse.JPG', 'id': '55cc0ba3-c98d-4838-a0d0-6da0ee1ababd', 'checksum': 'eef1ae630aff0500075b549734d85436', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0031_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/55cc0ba3-c98d-4838-a0d0-6da0ee1ababd'}, 'filesize': 3952}\n", "Uploading file 158 of 735\n", "{'filename': 'batch3_0032_browse.JPG', 'id': '94fa1e24-bf48-4be5-8131-e6fed41f9d89', 'checksum': '13f818a706c95a9d6dbf90dbe15052c2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0032_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/94fa1e24-bf48-4be5-8131-e6fed41f9d89'}, 'filesize': 3925}\n", "Uploading file 159 of 735\n", "{'filename': 'batch3_0033_browse.JPG', 'id': '29b5c7c1-f301-4159-b324-cc91aef9c242', 'checksum': 'ad0fe50a2e9ad90e04f8901823b977c1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0033_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/29b5c7c1-f301-4159-b324-cc91aef9c242'}, 'filesize': 4130}\n", "Uploading file 160 of 735\n", "{'filename': 'batch3_0034_browse.JPG', 'id': '22b2806e-e200-4b47-bea7-ea693164b526', 'checksum': '4006b30d9de766af8da24db59fa72fd6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0034_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/22b2806e-e200-4b47-bea7-ea693164b526'}, 'filesize': 4234}\n", "Uploading file 161 of 735\n", "{'filename': 'batch3_0035_browse.JPG', 'id': 'e14b0034-912c-4262-b305-837853447782', 'checksum': 'e580d68fc8a9ae38b650abf37a36e514', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0035_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e14b0034-912c-4262-b305-837853447782'}, 'filesize': 4488}\n", "Uploading file 162 of 735\n", "{'filename': 'batch3_0036_browse.JPG', 'id': 'f2bbe6af-75d0-4db1-a7d5-a217e8bd5e53', 'checksum': '64695c5225418417e68d1160780e7ead', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0036_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f2bbe6af-75d0-4db1-a7d5-a217e8bd5e53'}, 'filesize': 4534}\n", "Uploading file 163 of 735\n", "{'filename': 'batch3_0037_browse.JPG', 'id': 'a7727d65-a862-4e30-bb72-20005be2d3cd', 'checksum': '8642e7f0d71d57ebf78a0aabd3c2ca4f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0037_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a7727d65-a862-4e30-bb72-20005be2d3cd'}, 'filesize': 4607}\n", "Uploading file 164 of 735\n", "{'filename': 'batch3_0038_browse.JPG', 'id': '13649b0c-1b87-4c16-a6d6-b0bbd5be9687', 'checksum': '07a43376487e52450ec07f79480dede5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0038_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/13649b0c-1b87-4c16-a6d6-b0bbd5be9687'}, 'filesize': 4700}\n", "Uploading file 165 of 735\n", "{'filename': 'batch3_0039_browse.JPG', 'id': 'de3fc2c9-48e0-4790-9417-9ce132b529b4', 'checksum': 'ed15b27d86abf0010559bbfd75aee88c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0039_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/de3fc2c9-48e0-4790-9417-9ce132b529b4'}, 'filesize': 4722}\n", "Uploading file 166 of 735\n", "{'filename': 'batch3_0040_browse.JPG', 'id': '2a74796d-d2f2-4a64-872a-d0d9cdcc23c1', 'checksum': 'c3383bc8da71087915a4d586467b3e3d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0040_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a74796d-d2f2-4a64-872a-d0d9cdcc23c1'}, 'filesize': 4778}\n", "Uploading file 167 of 735\n", "{'filename': 'batch3_0041_browse.JPG', 'id': 'd9c6df02-04d5-4dee-9242-a940f8bd69b0', 'checksum': '70e1d99d18cb764677aad36908c2969f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0041_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d9c6df02-04d5-4dee-9242-a940f8bd69b0'}, 'filesize': 4689}\n", "Uploading file 168 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch3_0042_browse.JPG', 'id': 'cc86cecf-793a-4843-a204-c7b4f128619f', 'checksum': '5e5da726680ddb15f89814fc7f86a3ff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0042_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/cc86cecf-793a-4843-a204-c7b4f128619f'}, 'filesize': 4952}\n", "Uploading file 169 of 735\n", "{'filename': 'batch3_0043_browse.JPG', 'id': '92ea8046-8cd0-4467-aa98-3d3e8c8e90e1', 'checksum': '44af69a17a128c416b975e88003237f2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0043_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/92ea8046-8cd0-4467-aa98-3d3e8c8e90e1'}, 'filesize': 5222}\n", "Uploading file 170 of 735\n", "{'filename': 'batch3_0044_browse.JPG', 'id': 'f3bf3a1a-a4f6-4aba-8fc9-244bd6a66784', 'checksum': 'be7e47f976c759755bd24de56621c02f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0044_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f3bf3a1a-a4f6-4aba-8fc9-244bd6a66784'}, 'filesize': 5715}\n", "Uploading file 171 of 735\n", "{'filename': 'batch3_0045_browse.JPG', 'id': '40d3bcdc-b285-4469-b561-5d3e5bbdbf6b', 'checksum': 'ad3c1cb51b39dab5a0de8ca55794c8c1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0045_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/40d3bcdc-b285-4469-b561-5d3e5bbdbf6b'}, 'filesize': 5178}\n", "Uploading file 172 of 735\n", "{'filename': 'batch3_0046_browse.JPG', 'id': '66661e5e-d21a-4547-9f03-fb0ff031605b', 'checksum': 'ff0ce5a78cbfb48cc0171c24989cab6b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0046_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/66661e5e-d21a-4547-9f03-fb0ff031605b'}, 'filesize': 5038}\n", "Uploading file 173 of 735\n", "{'filename': 'batch3_0047_browse.JPG', 'id': '37021ea3-c1e8-4cf2-98b5-2072918dbbce', 'checksum': '024dabcf8b465319412b9702cd2498c7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0047_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/37021ea3-c1e8-4cf2-98b5-2072918dbbce'}, 'filesize': 5033}\n", "Uploading file 174 of 735\n", "{'filename': 'batch3_0048_browse.JPG', 'id': '413a8262-1b26-4872-8d79-174e0551ae40', 'checksum': 'd28262217978e1d2ece6d773833cacd7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0048_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/413a8262-1b26-4872-8d79-174e0551ae40'}, 'filesize': 5296}\n", "Uploading file 175 of 735\n", "{'filename': 'batch3_0049_browse.JPG', 'id': 'ddda8ba8-31ea-4695-8024-7f716b06d0c7', 'checksum': '3562702fc30668616062a319587b6312', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0049_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ddda8ba8-31ea-4695-8024-7f716b06d0c7'}, 'filesize': 5269}\n", "Uploading file 176 of 735\n", "{'filename': 'batch3_0050_browse.JPG', 'id': '940154cf-fdab-4480-852a-3079dd594894', 'checksum': '9999ca06080944d210db99de15d09ad9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0050_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/940154cf-fdab-4480-852a-3079dd594894'}, 'filesize': 5288}\n", "Uploading file 177 of 735\n", "{'filename': 'batch3_0051_browse.JPG', 'id': '9e7a7cb9-f41b-4c20-9472-02e944338d53', 'checksum': '11555867dec8da6fa44d9caf2fce8ef6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0051_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9e7a7cb9-f41b-4c20-9472-02e944338d53'}, 'filesize': 5175}\n", "Uploading file 178 of 735\n", "{'filename': 'batch3_0052_browse.JPG', 'id': '276fac81-e31d-4b98-ae17-81346d3cc231', 'checksum': 'b193b730274e3d2aa0fc779d5cb5982e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0052_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/276fac81-e31d-4b98-ae17-81346d3cc231'}, 'filesize': 5131}\n", "Uploading file 179 of 735\n", "{'filename': 'batch3_0053_browse.JPG', 'id': '369c7e66-0da1-4fcc-9d70-a79242a34a98', 'checksum': '35d3371285566829d037ab5f78cefc47', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0053_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/369c7e66-0da1-4fcc-9d70-a79242a34a98'}, 'filesize': 5030}\n", "Uploading file 180 of 735\n", "{'filename': 'batch3_0054_browse.JPG', 'id': '6f49e23d-1ec9-4f65-b79d-eac57b85360a', 'checksum': '03b9e995a91cd95727377b02facc8157', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0054_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6f49e23d-1ec9-4f65-b79d-eac57b85360a'}, 'filesize': 4760}\n", "Uploading file 181 of 735\n", "{'filename': 'batch3_0055_browse.JPG', 'id': '5b8053a3-6e93-465b-8307-94f2718d961f', 'checksum': 'bd5207832208a236adb66b0da6ad5c45', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0055_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5b8053a3-6e93-465b-8307-94f2718d961f'}, 'filesize': 4665}\n", "Uploading file 182 of 735\n", "{'filename': 'batch3_0056_browse.JPG', 'id': '6d09851c-9edf-4843-97d5-c7f695c08fa0', 'checksum': '167d227a4bd00979babdf741afae31f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0056_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6d09851c-9edf-4843-97d5-c7f695c08fa0'}, 'filesize': 4354}\n", "Uploading file 183 of 735\n", "{'filename': 'batch3_0057_browse.JPG', 'id': '100d4350-3c10-4d07-b3ef-bd5247e2733d', 'checksum': 'fe00aa0009cde4aed1c52a02ec82e27e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0057_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/100d4350-3c10-4d07-b3ef-bd5247e2733d'}, 'filesize': 4169}\n", "Uploading file 184 of 735\n", "{'filename': 'batch3_0058_browse.JPG', 'id': '03e091cd-8d77-4418-9705-c3122d0992b5', 'checksum': 'cf446e7d2496d628016791c927c662da', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0058_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/03e091cd-8d77-4418-9705-c3122d0992b5'}, 'filesize': 4163}\n", "Uploading file 185 of 735\n", "{'filename': 'batch3_0059_browse.JPG', 'id': 'ca6269cf-868c-4990-9afd-0052977531be', 'checksum': '48d84eb7de49d409a6095396449976b4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0059_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ca6269cf-868c-4990-9afd-0052977531be'}, 'filesize': 4186}\n", "Uploading file 186 of 735\n", "{'filename': 'batch3_0060_browse.JPG', 'id': 'ed9fec61-0f2e-4082-be11-eb421b89cf60', 'checksum': 'fedf3b1ea584aa5b7461364f84bac51d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0060_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ed9fec61-0f2e-4082-be11-eb421b89cf60'}, 'filesize': 4577}\n", "Uploading file 187 of 735\n", "{'filename': 'batch3_0061_browse.JPG', 'id': '4ffdf74d-96c9-4fe1-8b14-02e670592d74', 'checksum': 'dfbcf8be9c8c0720cdb8191e0f7e4735', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0061_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4ffdf74d-96c9-4fe1-8b14-02e670592d74'}, 'filesize': 4773}\n", "Uploading file 188 of 735\n", "{'filename': 'batch3_0062_browse.JPG', 'id': '13e9d328-b1a7-4266-b041-e0599e27439f', 'checksum': '92a03fb1e2652dea8f9ceb9b13d99e5d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0062_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/13e9d328-b1a7-4266-b041-e0599e27439f'}, 'filesize': 4903}\n", "Uploading file 189 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch3_0063_browse.JPG', 'id': 'a354dcdf-a5da-4b49-894d-7e16da5563be', 'checksum': '28f197aa2fc129c54f13221a26b67079', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0063_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a354dcdf-a5da-4b49-894d-7e16da5563be'}, 'filesize': 5317}\n", "Uploading file 190 of 735\n", "{'filename': 'batch3_0064_browse.JPG', 'id': '79f6e279-ba9a-4ca1-ac38-87d0d0c18a46', 'checksum': '223735510c00b1d5ef0f822725d9cc87', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0064_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/79f6e279-ba9a-4ca1-ac38-87d0d0c18a46'}, 'filesize': 5756}\n", "Uploading file 191 of 735\n", "{'filename': 'batch3_0065_browse.JPG', 'id': '3d644b92-1a90-464a-aa2b-d7905f57e1f1', 'checksum': '65031908022ec59cf7a147e5270c2b58', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0065_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3d644b92-1a90-464a-aa2b-d7905f57e1f1'}, 'filesize': 6012}\n", "Uploading file 192 of 735\n", "{'filename': 'batch3_0066_browse.JPG', 'id': '4216fd95-6959-410c-afd7-856b06831ecc', 'checksum': 'b9ec3be3f11d3226096319922f5099e3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0066_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4216fd95-6959-410c-afd7-856b06831ecc'}, 'filesize': 6205}\n", "Uploading file 193 of 735\n", "{'filename': 'batch3_0067_browse.JPG', 'id': 'fd33c10e-04a9-4d14-be62-128ad0cc10cc', 'checksum': '82f21e5628667c0801c0c6edebb63559', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0067_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fd33c10e-04a9-4d14-be62-128ad0cc10cc'}, 'filesize': 6131}\n", "Uploading file 194 of 735\n", "{'filename': 'batch3_0068_browse.JPG', 'id': '16d15819-5b00-4232-9cba-20669e2765af', 'checksum': '06164c09ba715cfdcfa3fab68441d824', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0068_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/16d15819-5b00-4232-9cba-20669e2765af'}, 'filesize': 6114}\n", "Uploading file 195 of 735\n", "{'filename': 'batch3_0069_browse.JPG', 'id': '5b9e0bc0-0188-4f4a-ad86-676543459477', 'checksum': '2e65a3e9b62aebdb32e7dfac8f878d54', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0069_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5b9e0bc0-0188-4f4a-ad86-676543459477'}, 'filesize': 6046}\n", "Uploading file 196 of 735\n", "{'filename': 'batch3_0070_browse.JPG', 'id': '2787d343-530b-4093-ac22-9daa4af203e8', 'checksum': '15e9cf63c60d72b5b025e567f904ca46', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0070_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2787d343-530b-4093-ac22-9daa4af203e8'}, 'filesize': 5907}\n", "Uploading file 197 of 735\n", "{'filename': 'batch3_0071_browse.JPG', 'id': 'ed3eab3a-94a9-443f-afd9-b3d68409b4d5', 'checksum': '639cd219b23765ecb437a0ad97795fe5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0071_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ed3eab3a-94a9-443f-afd9-b3d68409b4d5'}, 'filesize': 5814}\n", "Uploading file 198 of 735\n", "{'filename': 'batch3_0072_browse.JPG', 'id': 'c1d1b485-9cba-41d5-bcd1-c741aafafabd', 'checksum': '506a9cb2ac7fac5131b8dac957c68826', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0072_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c1d1b485-9cba-41d5-bcd1-c741aafafabd'}, 'filesize': 5461}\n", "Uploading file 199 of 735\n", "{'filename': 'batch3_0073_browse.JPG', 'id': '73d5d589-f1b9-4cec-b9fd-95870faddc9c', 'checksum': '6daf8004485e11b7d36689c5ccaa7f6f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0073_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/73d5d589-f1b9-4cec-b9fd-95870faddc9c'}, 'filesize': 5555}\n", "Uploading file 200 of 735\n", "{'filename': 'batch3_0074_browse.JPG', 'id': '77aa0f2e-2598-44fa-bf0d-c2eda47377ab', 'checksum': '8cae0aa106d49c450f2b769c9cd0bb69', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0074_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/77aa0f2e-2598-44fa-bf0d-c2eda47377ab'}, 'filesize': 5726}\n", "Uploading file 201 of 735\n", "{'filename': 'batch3_0075_browse.JPG', 'id': 'c243ea26-6356-4892-8488-7042c3e4494a', 'checksum': 'afbbd3996eec36dd6784292857dd0627', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0075_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c243ea26-6356-4892-8488-7042c3e4494a'}, 'filesize': 5692}\n", "Uploading file 202 of 735\n", "{'filename': 'batch3_0076_browse.JPG', 'id': '84b8c193-513c-4f5f-8f0a-d69ce26914d6', 'checksum': '43071da34e3f702f1f7c820b37deada9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0076_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/84b8c193-513c-4f5f-8f0a-d69ce26914d6'}, 'filesize': 5950}\n", "Uploading file 203 of 735\n", "{'filename': 'batch3_0077_browse.JPG', 'id': '1fe4afe9-2d0f-4bd1-9410-2d319d371f48', 'checksum': 'b399c69981878e5f0f267367be15a818', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0077_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1fe4afe9-2d0f-4bd1-9410-2d319d371f48'}, 'filesize': 5596}\n", "Uploading file 204 of 735\n", "{'filename': 'batch3_0078_browse.JPG', 'id': '0ea16145-c044-456b-a4f2-eeb4aaff3407', 'checksum': 'bc9e7fa3d1a15445f57ab41ab58017db', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0078_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0ea16145-c044-456b-a4f2-eeb4aaff3407'}, 'filesize': 5606}\n", "Uploading file 205 of 735\n", "{'filename': 'batch3_0079_browse.JPG', 'id': '1ae1c6c7-f508-4500-bff9-905d0a0640ee', 'checksum': '22ff25af9b0631f44b6923f33ff8321b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0079_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1ae1c6c7-f508-4500-bff9-905d0a0640ee'}, 'filesize': 5574}\n", "Uploading file 206 of 735\n", "{'filename': 'batch3_0080_browse.JPG', 'id': '5b3b1bc8-67db-42af-b01b-c9f70eacbcf3', 'checksum': 'c95084438f25d30049cf9db8bf9eb7c3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0080_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5b3b1bc8-67db-42af-b01b-c9f70eacbcf3'}, 'filesize': 5593}\n", "Uploading file 207 of 735\n", "{'filename': 'batch3_0081_browse.JPG', 'id': 'dacc9884-c07b-455f-ae4e-16639ce2d072', 'checksum': 'e34d5f2f08b32f4327e46809b745fdb9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0081_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dacc9884-c07b-455f-ae4e-16639ce2d072'}, 'filesize': 5838}\n", "Uploading file 208 of 735\n", "{'filename': 'batch3_0082_browse.JPG', 'id': '96ad9562-31db-4d27-a094-38e3d953f3d8', 'checksum': 'bb2e2d274ac2bf8ca32b0c6be4a4b897', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0082_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/96ad9562-31db-4d27-a094-38e3d953f3d8'}, 'filesize': 5985}\n", "Uploading file 209 of 735\n", "{'filename': 'batch3_0083_browse.JPG', 'id': 'ae665daa-5090-4672-9907-895311b4b845', 'checksum': '6cd0f0ea070a2120c616700e5d5a3831', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0083_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ae665daa-5090-4672-9907-895311b4b845'}, 'filesize': 6128}\n", "Uploading file 210 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch3_0084_browse.JPG', 'id': 'ea05b17a-f632-448d-bfbd-84c918af610b', 'checksum': '3d6c1dd17da54a53b4f9bbcab3a89aff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0084_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ea05b17a-f632-448d-bfbd-84c918af610b'}, 'filesize': 6245}\n", "Uploading file 211 of 735\n", "{'filename': 'batch3_0085_browse.JPG', 'id': 'c4886cae-d492-44bf-acc0-ed272415bfbc', 'checksum': '5d0ed3e9cb8e8a4f2c8ab869489f1c81', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0085_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c4886cae-d492-44bf-acc0-ed272415bfbc'}, 'filesize': 6399}\n", "Uploading file 212 of 735\n", "{'filename': 'batch3_0086_browse.JPG', 'id': '79b51a42-44cb-48c1-b2f0-bdb51e475b73', 'checksum': '86093126b153aca36824da2054e8d455', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0086_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/79b51a42-44cb-48c1-b2f0-bdb51e475b73'}, 'filesize': 6389}\n", "Uploading file 213 of 735\n", "{'filename': 'batch3_0087_browse.JPG', 'id': '5c94a0d3-62db-4054-8ef7-754252a85ba5', 'checksum': '5cd2d6bc00bd2226250d41d1bdeadd8e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0087_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5c94a0d3-62db-4054-8ef7-754252a85ba5'}, 'filesize': 6300}\n", "Uploading file 214 of 735\n", "{'filename': 'batch3_0088_browse.JPG', 'id': 'e4f76070-f172-4173-b796-06aaa71d4ebb', 'checksum': '21779c2593412ede0915a1624ba6bd06', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0088_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e4f76070-f172-4173-b796-06aaa71d4ebb'}, 'filesize': 5879}\n", "Uploading file 215 of 735\n", "{'filename': 'batch3_0089_browse.JPG', 'id': '62399c5f-e35d-4704-8c5f-b7d18352baca', 'checksum': 'fe393b16c8314ba62072d4cd3f4247e8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0089_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/62399c5f-e35d-4704-8c5f-b7d18352baca'}, 'filesize': 5396}\n", "Uploading file 216 of 735\n", "{'filename': 'batch3_0090_browse.JPG', 'id': 'ab0b88f9-17e5-4dcd-be0f-577417dfc77f', 'checksum': 'ad1b58ab72e4db6a404ae245491ece0f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch3_0090_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ab0b88f9-17e5-4dcd-be0f-577417dfc77f'}, 'filesize': 4966}\n", "Uploading file 217 of 735\n", "{'filename': 'batch4_0001_browse.JPG', 'id': 'e9707216-ce52-4c4b-bbea-1d4fe1e31b3c', 'checksum': '918b19e1bd38afde7c301fff196d5b2b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0001_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e9707216-ce52-4c4b-bbea-1d4fe1e31b3c'}, 'filesize': 5022}\n", "Uploading file 218 of 735\n", "{'filename': 'batch4_0002_browse.JPG', 'id': '42faae3e-2c94-4f8f-bbe5-839aa27841ee', 'checksum': 'ea3cb835b18ac8e5c8cd526672a081ef', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0002_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/42faae3e-2c94-4f8f-bbe5-839aa27841ee'}, 'filesize': 4910}\n", "Uploading file 219 of 735\n", "{'filename': 'batch4_0003_browse.JPG', 'id': 'fe322a4f-efd0-4bfe-be7d-a21f2c81bb7f', 'checksum': '703a9011c7e266c3f89dc6e1e254588e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0003_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fe322a4f-efd0-4bfe-be7d-a21f2c81bb7f'}, 'filesize': 4890}\n", "Uploading file 220 of 735\n", "{'filename': 'batch4_0004_browse.JPG', 'id': 'fe5bebbe-51f1-4e51-958f-7a8e96f7c5d6', 'checksum': '81b287897b7e6cde33cf7fe9983dc3eb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0004_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fe5bebbe-51f1-4e51-958f-7a8e96f7c5d6'}, 'filesize': 4864}\n", "Uploading file 221 of 735\n", "{'filename': 'batch4_0005_browse.JPG', 'id': '45538191-24de-4f6a-881e-3b53cad34271', 'checksum': '623f053e81122f298df9d6ab112d3fbe', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0005_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45538191-24de-4f6a-881e-3b53cad34271'}, 'filesize': 4731}\n", "Uploading file 222 of 735\n", "{'filename': 'batch4_0006_browse.JPG', 'id': '59df275b-f7b2-4a52-99de-cfe83f358e2f', 'checksum': 'dc7716005602fc90104fde52dddafb81', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0006_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/59df275b-f7b2-4a52-99de-cfe83f358e2f'}, 'filesize': 4511}\n", "Uploading file 223 of 735\n", "{'filename': 'batch4_0007_browse.JPG', 'id': '246b538a-93de-44d6-9f47-002d3253d803', 'checksum': 'd9dcf611cf6203decd0632797db866c3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0007_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/246b538a-93de-44d6-9f47-002d3253d803'}, 'filesize': 4279}\n", "Uploading file 224 of 735\n", "{'filename': 'batch4_0008_browse.JPG', 'id': 'd9a2c37e-2898-4af2-86e4-c5f1c268a64d', 'checksum': '5dd889d7ef5c37e68087326cdd6b07e5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0008_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d9a2c37e-2898-4af2-86e4-c5f1c268a64d'}, 'filesize': 4044}\n", "Uploading file 225 of 735\n", "{'filename': 'batch4_0009_browse.JPG', 'id': '097de2d2-dfba-4033-a6f5-0114666f6a25', 'checksum': '95f5a5e79bb8fd721a04039b3c25118d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0009_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/097de2d2-dfba-4033-a6f5-0114666f6a25'}, 'filesize': 3810}\n", "Uploading file 226 of 735\n", "{'filename': 'batch4_0010_browse.JPG', 'id': '35e45de0-607b-4c63-a540-3af6ea7c6efc', 'checksum': '7b5ebed65920573c3b21e7faa979e2bf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0010_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/35e45de0-607b-4c63-a540-3af6ea7c6efc'}, 'filesize': 3687}\n", "Uploading file 227 of 735\n", "{'filename': 'batch4_0011_browse.JPG', 'id': '4cbb9cdc-6ad7-49dd-9c6e-619e47c4deee', 'checksum': '1a14faec369a4de9d69c03099dcba231', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0011_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4cbb9cdc-6ad7-49dd-9c6e-619e47c4deee'}, 'filesize': 3655}\n", "Uploading file 228 of 735\n", "{'filename': 'batch4_0012_browse.JPG', 'id': 'f61293fc-1294-4b47-bf50-5be90ca52f44', 'checksum': 'e570d38f6629a9f79545b665a2c0fa30', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0012_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f61293fc-1294-4b47-bf50-5be90ca52f44'}, 'filesize': 3580}\n", "Uploading file 229 of 735\n", "{'filename': 'batch4_0013_browse.JPG', 'id': 'a141d93c-40ce-4aff-b768-9a3ede2990d7', 'checksum': '6b6c1caa7a06d6f625334a9625de87ef', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0013_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a141d93c-40ce-4aff-b768-9a3ede2990d7'}, 'filesize': 3652}\n", "Uploading file 230 of 735\n", "{'filename': 'batch4_0014_browse.JPG', 'id': '28266426-4cd8-4939-be9c-2fe707bb62f1', 'checksum': 'c222cdd3e393d3af692791bd74c2777b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0014_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/28266426-4cd8-4939-be9c-2fe707bb62f1'}, 'filesize': 3588}\n", "Uploading file 231 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0015_browse.JPG', 'id': 'b628b0d7-687e-42aa-96cb-f5d35dc616e1', 'checksum': '50659b3804c4e572a5fefbe24e76b5e7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0015_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b628b0d7-687e-42aa-96cb-f5d35dc616e1'}, 'filesize': 3493}\n", "Uploading file 232 of 735\n", "{'filename': 'batch4_0016_browse.JPG', 'id': 'bef6abb9-ce8d-4bfd-9f5a-8a4d0d090085', 'checksum': '9bbe9f90a0ae8c3fbd087290c518148a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0016_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bef6abb9-ce8d-4bfd-9f5a-8a4d0d090085'}, 'filesize': 3603}\n", "Uploading file 233 of 735\n", "{'filename': 'batch4_0017_browse.JPG', 'id': '3b7775d8-bed7-426e-bd20-0caa4a45e032', 'checksum': '6e46a97be28a4823b55c0ad104e80684', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0017_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3b7775d8-bed7-426e-bd20-0caa4a45e032'}, 'filesize': 3659}\n", "Uploading file 234 of 735\n", "{'filename': 'batch4_0018_browse.JPG', 'id': 'b6d7de03-2aea-40f0-be80-b59e890515e5', 'checksum': '905b53ae9ecde439e32582dcc36e2e18', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0018_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b6d7de03-2aea-40f0-be80-b59e890515e5'}, 'filesize': 3800}\n", "Uploading file 235 of 735\n", "{'filename': 'batch4_0019_browse.JPG', 'id': '870c5956-a491-4bbb-ad53-95bab00ed365', 'checksum': '9921e1115c0e767be5780c1c7b8eb4e3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0019_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/870c5956-a491-4bbb-ad53-95bab00ed365'}, 'filesize': 4020}\n", "Uploading file 236 of 735\n", "{'filename': 'batch4_0020_browse.JPG', 'id': 'f4b552e2-635d-4322-8a2b-67b159a05691', 'checksum': '7bf0fafb3dc408fcf45f4b1ed6455d75', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0020_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f4b552e2-635d-4322-8a2b-67b159a05691'}, 'filesize': 4179}\n", "Uploading file 237 of 735\n", "{'filename': 'batch4_0021_browse.JPG', 'id': '83ea8084-4378-4931-b28c-abdaf4bb33ae', 'checksum': 'e40a765ed75318bd7dc43fa674f55af1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0021_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/83ea8084-4378-4931-b28c-abdaf4bb33ae'}, 'filesize': 4314}\n", "Uploading file 238 of 735\n", "{'filename': 'batch4_0022_browse.JPG', 'id': '42b8083c-5a91-48a0-a8cc-17da0f7f569c', 'checksum': '5a6b333361c9fcc6793c98715332fe16', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0022_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/42b8083c-5a91-48a0-a8cc-17da0f7f569c'}, 'filesize': 4562}\n", "Uploading file 239 of 735\n", "{'filename': 'batch4_0023_browse.JPG', 'id': '429b8b47-278a-47ff-be0b-2a47ccdef9fa', 'checksum': 'bc7f1964249abd9891232a7d0bb80d0e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0023_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/429b8b47-278a-47ff-be0b-2a47ccdef9fa'}, 'filesize': 4694}\n", "Uploading file 240 of 735\n", "{'filename': 'batch4_0024_browse.JPG', 'id': '0c43cbcf-6d40-474f-9cee-3b4951d94882', 'checksum': '3e4cccbca18cec652a9a3bfbd1d259d2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0024_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0c43cbcf-6d40-474f-9cee-3b4951d94882'}, 'filesize': 4835}\n", "Uploading file 241 of 735\n", "{'filename': 'batch4_0025_browse.JPG', 'id': 'b28106e1-f5d3-49db-93cf-3e7c445c6184', 'checksum': '8efb69c2ea0175d79d21e694ec9d0d1d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0025_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b28106e1-f5d3-49db-93cf-3e7c445c6184'}, 'filesize': 4946}\n", "Uploading file 242 of 735\n", "{'filename': 'batch4_0026_browse.JPG', 'id': 'c0cf9155-7170-405d-ba98-8d5afef093b5', 'checksum': 'f24ec7edb9b3d270a7db8f3575a5ea99', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0026_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c0cf9155-7170-405d-ba98-8d5afef093b5'}, 'filesize': 4983}\n", "Uploading file 243 of 735\n", "{'filename': 'batch4_0027_browse.JPG', 'id': '3174bd35-fc9c-416b-be72-48d4539c8fb1', 'checksum': 'a4591ed894e2edfff5966659bcb6e8ad', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0027_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3174bd35-fc9c-416b-be72-48d4539c8fb1'}, 'filesize': 5170}\n", "Uploading file 244 of 735\n", "{'filename': 'batch4_0028_browse.JPG', 'id': '6ad8b702-0ae2-44dc-a03a-124f63c06eef', 'checksum': 'c1873f32f1b2d1c2db3cd4fcfd1360cb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0028_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6ad8b702-0ae2-44dc-a03a-124f63c06eef'}, 'filesize': 5332}\n", "Uploading file 245 of 735\n", "{'filename': 'batch4_0029_browse.JPG', 'id': 'ff88736d-3629-4a34-83a2-b3de6f98b4fb', 'checksum': 'f46ae6d63f47e5750c90d43e56644a22', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0029_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ff88736d-3629-4a34-83a2-b3de6f98b4fb'}, 'filesize': 5676}\n", "Uploading file 246 of 735\n", "{'filename': 'batch4_0030_browse.JPG', 'id': '013d8ca8-e9e5-4c34-977a-c1e603ff663c', 'checksum': '2e224904f20646b9cc34411cd839a387', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0030_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/013d8ca8-e9e5-4c34-977a-c1e603ff663c'}, 'filesize': 5154}\n", "Uploading file 247 of 735\n", "{'filename': 'batch4_0031_browse.JPG', 'id': 'cd0ca887-b986-47b9-adb0-e0e94b99ce63', 'checksum': '91a1ffaa3f6a7d53c264504c3fe85e5f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0031_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/cd0ca887-b986-47b9-adb0-e0e94b99ce63'}, 'filesize': 5066}\n", "Uploading file 248 of 735\n", "{'filename': 'batch4_0032_browse.JPG', 'id': 'e57f4e4f-14a4-44b4-8ad3-a43dac1db705', 'checksum': '446fab6f2f433174d4960eb334208f9c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0032_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e57f4e4f-14a4-44b4-8ad3-a43dac1db705'}, 'filesize': 4933}\n", "Uploading file 249 of 735\n", "{'filename': 'batch4_0033_browse.JPG', 'id': '2e6d89f7-33a7-40f3-acf7-e38cf52494f1', 'checksum': '78afbc8d18363a289b5b29144447e1d1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0033_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2e6d89f7-33a7-40f3-acf7-e38cf52494f1'}, 'filesize': 4757}\n", "Uploading file 250 of 735\n", "{'filename': 'batch4_0034_browse.JPG', 'id': '827a1e23-cdf1-4e30-b793-e8275cfb68e4', 'checksum': '357e83760e1c7ed29dd0fb7228392b35', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0034_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/827a1e23-cdf1-4e30-b793-e8275cfb68e4'}, 'filesize': 4731}\n", "Uploading file 251 of 735\n", "{'filename': 'batch4_0035_browse.JPG', 'id': 'a70d1ab3-1377-467a-bc71-f07b7bb1419d', 'checksum': 'e152c4c4d59b8708de6722afd85af2af', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0035_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a70d1ab3-1377-467a-bc71-f07b7bb1419d'}, 'filesize': 4550}\n", "Uploading file 252 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0036_browse.JPG', 'id': 'de7f3d46-8dc5-4a14-b55e-d0d7fb8db884', 'checksum': '793c6dd2fe77fe78deef0f38d74a3a7b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0036_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/de7f3d46-8dc5-4a14-b55e-d0d7fb8db884'}, 'filesize': 4430}\n", "Uploading file 253 of 735\n", "{'filename': 'batch4_0037_browse.JPG', 'id': '0091144e-febc-409a-a3d1-36b0e9b084b8', 'checksum': '64121a699b0a0461584ea52257752f0b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0037_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0091144e-febc-409a-a3d1-36b0e9b084b8'}, 'filesize': 4367}\n", "Uploading file 254 of 735\n", "{'filename': 'batch4_0038_browse.JPG', 'id': '45e28ea7-c3ea-4926-84fb-cb7f95ed683d', 'checksum': '6390a88d9ed35314bbc84751d0b9b6ca', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0038_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45e28ea7-c3ea-4926-84fb-cb7f95ed683d'}, 'filesize': 4220}\n", "Uploading file 255 of 735\n", "{'filename': 'batch4_0039_browse.JPG', 'id': 'd01f4410-04db-4395-8f72-4cd972a80250', 'checksum': '2739b901b8d03b9d4094afb234f7b160', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0039_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d01f4410-04db-4395-8f72-4cd972a80250'}, 'filesize': 3993}\n", "Uploading file 256 of 735\n", "{'filename': 'batch4_0040_browse.JPG', 'id': 'bcee9fc6-2c38-4048-9107-82726dff526b', 'checksum': '4d922f75e17d1229e9300651afb7d269', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0040_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bcee9fc6-2c38-4048-9107-82726dff526b'}, 'filesize': 3905}\n", "Uploading file 257 of 735\n", "{'filename': 'batch4_0041_browse.JPG', 'id': '1d5df7ab-8a7f-40a5-a5cf-677daaff0637', 'checksum': 'fabd6fcf42150c23bb09f11afd9ad438', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0041_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d5df7ab-8a7f-40a5-a5cf-677daaff0637'}, 'filesize': 3673}\n", "Uploading file 258 of 735\n", "{'filename': 'batch4_0042_browse.JPG', 'id': '85d0bc03-3fb5-40df-9e9c-ed845686faf3', 'checksum': 'bd2653ea5233737c73d3119c3eb6048f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0042_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/85d0bc03-3fb5-40df-9e9c-ed845686faf3'}, 'filesize': 4305}\n", "Uploading file 259 of 735\n", "{'filename': 'batch4_0043_browse.JPG', 'id': '490f15ab-eb60-4221-9dc0-c4bcd91a3704', 'checksum': '2dd9e906e0a523cdc706b8ff862cba4f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0043_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/490f15ab-eb60-4221-9dc0-c4bcd91a3704'}, 'filesize': 4023}\n", "Uploading file 260 of 735\n", "{'filename': 'batch4_0044_browse.JPG', 'id': '50040bb6-85cc-4b27-9666-4501c646fd52', 'checksum': '42655a766c4fe44e32ba6aa64bdaffc1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0044_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/50040bb6-85cc-4b27-9666-4501c646fd52'}, 'filesize': 4450}\n", "Uploading file 261 of 735\n", "{'filename': 'batch4_0045_browse.JPG', 'id': '4ceb1cbb-57bd-4316-8933-d7c8060a6fa3', 'checksum': '80cee2afdb2e44f32eb16dbebe97a5fb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0045_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4ceb1cbb-57bd-4316-8933-d7c8060a6fa3'}, 'filesize': 4557}\n", "Uploading file 262 of 735\n", "{'filename': 'batch4_0046_browse.JPG', 'id': 'e4655ccc-3bd5-4cdb-92a7-94164b51b736', 'checksum': '696e3c01c1bc4feb09b013365cc2c03c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0046_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e4655ccc-3bd5-4cdb-92a7-94164b51b736'}, 'filesize': 4877}\n", "Uploading file 263 of 735\n", "{'filename': 'batch4_0047_browse.JPG', 'id': '2ef398b9-12e7-4b13-8401-bee8c7e29741', 'checksum': 'fa8dc6ba08a15ab50f03e37d7afcfcb7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0047_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2ef398b9-12e7-4b13-8401-bee8c7e29741'}, 'filesize': 5119}\n", "Uploading file 264 of 735\n", "{'filename': 'batch4_0048_browse.JPG', 'id': '4c63b116-9049-4087-a642-52e4fa4b15df', 'checksum': '5307fe5f3e64dc07b92f54111cc5dadf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0048_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4c63b116-9049-4087-a642-52e4fa4b15df'}, 'filesize': 5657}\n", "Uploading file 265 of 735\n", "{'filename': 'batch4_0049_browse.JPG', 'id': '0c6860b5-dedd-4b02-94c0-59b0ad873c3a', 'checksum': '0432b4f9ed9c9df2a9a6f30c4f17b126', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0049_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0c6860b5-dedd-4b02-94c0-59b0ad873c3a'}, 'filesize': 5632}\n", "Uploading file 266 of 735\n", "{'filename': 'batch4_0050_browse.JPG', 'id': '36a534be-10d6-424b-ad82-916f014892ff', 'checksum': '82eabc4e4cc3bc5b6ea8d0a99a72203d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0050_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/36a534be-10d6-424b-ad82-916f014892ff'}, 'filesize': 5120}\n", "Uploading file 267 of 735\n", "{'filename': 'batch4_0051_browse.JPG', 'id': '6ba73db0-e230-411b-9626-3af3fc50a14a', 'checksum': 'a5fda1eb7de5d6b40cacc00106c8efd6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0051_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6ba73db0-e230-411b-9626-3af3fc50a14a'}, 'filesize': 4735}\n", "Uploading file 268 of 735\n", "{'filename': 'batch4_0052_browse.JPG', 'id': 'f3d4bcbe-3663-433a-b2b1-f51b889fbb51', 'checksum': 'afd9fb1796718693bfa3f763d362bfd7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0052_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f3d4bcbe-3663-433a-b2b1-f51b889fbb51'}, 'filesize': 4655}\n", "Uploading file 269 of 735\n", "{'filename': 'batch4_0053_browse.JPG', 'id': '8f5c9b5a-7e4c-4105-9923-36c3dcd56f76', 'checksum': '49d1c74231cf4913080fd49f367e81b2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0053_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8f5c9b5a-7e4c-4105-9923-36c3dcd56f76'}, 'filesize': 4610}\n", "Uploading file 270 of 735\n", "{'filename': 'batch4_0054_browse.JPG', 'id': '2b88efb7-5ca8-4a55-b49b-ca322660ba83', 'checksum': '4f6b7fe62a189df7da9892f96ccdf52c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0054_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2b88efb7-5ca8-4a55-b49b-ca322660ba83'}, 'filesize': 4569}\n", "Uploading file 271 of 735\n", "{'filename': 'batch4_0055_browse.JPG', 'id': '242a933e-140d-48b0-bb9a-c072d12ddbf0', 'checksum': '237e35d67cb7cdfa471e95f09f4e9fbc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0055_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/242a933e-140d-48b0-bb9a-c072d12ddbf0'}, 'filesize': 4340}\n", "Uploading file 272 of 735\n", "{'filename': 'batch4_0056_browse.JPG', 'id': '946a2e6d-5587-4102-a824-db5f27cd7c77', 'checksum': 'd634f3fd967c5be9e0a029a10f8b0ff0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0056_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/946a2e6d-5587-4102-a824-db5f27cd7c77'}, 'filesize': 4228}\n", "Uploading file 273 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0057_browse.JPG', 'id': 'c74a738b-ce37-43bf-af48-012039ef15eb', 'checksum': '517f47c1020557cad95782b73743f244', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0057_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c74a738b-ce37-43bf-af48-012039ef15eb'}, 'filesize': 4235}\n", "Uploading file 274 of 735\n", "{'filename': 'batch4_0058_browse.JPG', 'id': 'ccc143b5-962d-4201-87a5-13e10a7fa2ff', 'checksum': '68f4a8666cbf316b35953d06714a0efb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0058_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ccc143b5-962d-4201-87a5-13e10a7fa2ff'}, 'filesize': 4232}\n", "Uploading file 275 of 735\n", "{'filename': 'batch4_0059_browse.JPG', 'id': 'b4aaf710-460f-40bc-8e1a-d45626899f95', 'checksum': '22111e7ecb224196ad733c51bab3abb1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0059_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b4aaf710-460f-40bc-8e1a-d45626899f95'}, 'filesize': 4367}\n", "Uploading file 276 of 735\n", "{'filename': 'batch4_0060_browse.JPG', 'id': '2be5496f-50ab-45d7-9520-5ef2f11214fa', 'checksum': 'd222ef8fd41b6ddb5a07ad2226d46276', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0060_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2be5496f-50ab-45d7-9520-5ef2f11214fa'}, 'filesize': 4321}\n", "Uploading file 277 of 735\n", "{'filename': 'batch4_0061_browse.JPG', 'id': '6d3a6deb-201e-469a-aa77-c2ad502aae7d', 'checksum': '0ad0d5d43611a83440b745e3a5d59d62', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0061_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6d3a6deb-201e-469a-aa77-c2ad502aae7d'}, 'filesize': 4448}\n", "Uploading file 278 of 735\n", "{'filename': 'batch4_0062_browse.JPG', 'id': 'c069fad1-1afa-4c4e-9d21-8cc03542e8ed', 'checksum': '9ec4e411568fd7d56f0e7b71d64e03ed', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0062_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c069fad1-1afa-4c4e-9d21-8cc03542e8ed'}, 'filesize': 4488}\n", "Uploading file 279 of 735\n", "{'filename': 'batch4_0063_browse.JPG', 'id': '6fb8ada0-025f-40ee-aac9-af8c7accc475', 'checksum': '662bc7e582733d3bbcf7816cbf3bdb2d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0063_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6fb8ada0-025f-40ee-aac9-af8c7accc475'}, 'filesize': 4629}\n", "Uploading file 280 of 735\n", "{'filename': 'batch4_0064_browse.JPG', 'id': '2d050281-2d6f-452a-978b-fa77bbddcfa5', 'checksum': '75329e2fe0556483fc476df3811fbc3f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0064_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2d050281-2d6f-452a-978b-fa77bbddcfa5'}, 'filesize': 4676}\n", "Uploading file 281 of 735\n", "{'filename': 'batch4_0065_browse.JPG', 'id': '7f2b24a0-1b8b-465d-9405-5ab9066e88e3', 'checksum': '1bec460e0ade5dec9eb15cdc00651c3e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0065_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7f2b24a0-1b8b-465d-9405-5ab9066e88e3'}, 'filesize': 4561}\n", "Uploading file 282 of 735\n", "{'filename': 'batch4_0066_browse.JPG', 'id': '1a58f721-6ddd-4ef5-b95a-fcfe0696fd8a', 'checksum': 'b389d77ba79dc740d7a788228da2b9bf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0066_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1a58f721-6ddd-4ef5-b95a-fcfe0696fd8a'}, 'filesize': 4574}\n", "Uploading file 283 of 735\n", "{'filename': 'batch4_0067_browse.JPG', 'id': '6db9b1fe-df03-4ae6-b1ce-51915a43f1bf', 'checksum': 'ceb82a18e0b073685660cbcee3d9e3b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0067_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6db9b1fe-df03-4ae6-b1ce-51915a43f1bf'}, 'filesize': 4591}\n", "Uploading file 284 of 735\n", "{'filename': 'batch4_0068_browse.JPG', 'id': 'b99cda45-6a68-4150-9225-a411fcabee07', 'checksum': 'bbfa2dc69dcb2671ce85c3e436eb9290', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0068_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b99cda45-6a68-4150-9225-a411fcabee07'}, 'filesize': 4640}\n", "Uploading file 285 of 735\n", "{'filename': 'batch4_0069_browse.JPG', 'id': '8795710a-408c-4907-904b-bf26b7b79a7d', 'checksum': '2776f636179bf7233f54436b1b7b2ead', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0069_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8795710a-408c-4907-904b-bf26b7b79a7d'}, 'filesize': 4706}\n", "Uploading file 286 of 735\n", "{'filename': 'batch4_0070_browse.JPG', 'id': '3c65ae0a-5bf5-4990-8b0d-28e11927a374', 'checksum': '5c14751ba26ee83d1fad1d76f43aef03', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0070_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3c65ae0a-5bf5-4990-8b0d-28e11927a374'}, 'filesize': 4897}\n", "Uploading file 287 of 735\n", "{'filename': 'batch4_0071_browse.JPG', 'id': 'edcf4e80-db88-4b3e-8f31-34379a2046ee', 'checksum': '7d6ecd281b24d6b13327085a70fe3493', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0071_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/edcf4e80-db88-4b3e-8f31-34379a2046ee'}, 'filesize': 5069}\n", "Uploading file 288 of 735\n", "{'filename': 'batch4_0072_browse.JPG', 'id': '4accdcf4-0176-4b87-a746-db402bee63e8', 'checksum': '72699a4fd91a5867f302d9654f36c704', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0072_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4accdcf4-0176-4b87-a746-db402bee63e8'}, 'filesize': 5396}\n", "Uploading file 289 of 735\n", "{'filename': 'batch4_0073_browse.JPG', 'id': '70ef3918-f69c-47fb-88e6-f8a3395ab477', 'checksum': '32794260079ff635f43869807c402956', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0073_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/70ef3918-f69c-47fb-88e6-f8a3395ab477'}, 'filesize': 5774}\n", "Uploading file 290 of 735\n", "{'filename': 'batch4_0074_browse.JPG', 'id': '82766f14-0cf0-47de-8c18-6183ec762090', 'checksum': '3a000d916e8b4e21c14b5c35bc487c64', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0074_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/82766f14-0cf0-47de-8c18-6183ec762090'}, 'filesize': 4953}\n", "Uploading file 291 of 735\n", "{'filename': 'batch4_0075_browse.JPG', 'id': '28c12827-6972-4efa-8537-d90d191070b0', 'checksum': 'c29cef4baa4aaa572e91dd1d27f14086', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0075_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/28c12827-6972-4efa-8537-d90d191070b0'}, 'filesize': 4783}\n", "Uploading file 292 of 735\n", "{'filename': 'batch4_0076_browse.JPG', 'id': '3ac7448d-9d29-4add-ac53-b7a6e91d93cf', 'checksum': 'e7fcaf9232a34bf7d1d37730202136a4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0076_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3ac7448d-9d29-4add-ac53-b7a6e91d93cf'}, 'filesize': 4602}\n", "Uploading file 293 of 735\n", "{'filename': 'batch4_0077_browse.JPG', 'id': '021193e2-8ae2-4e78-9573-82ef1fcc6d6e', 'checksum': 'e2411ea054b39cc749e643028d142ac5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0077_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/021193e2-8ae2-4e78-9573-82ef1fcc6d6e'}, 'filesize': 4590}\n", "Uploading file 294 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0078_browse.JPG', 'id': '1ba5a062-89f2-4032-a295-71a5e5c51292', 'checksum': 'ecccf3fd454e4302cbf3824b1496acb4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0078_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1ba5a062-89f2-4032-a295-71a5e5c51292'}, 'filesize': 4543}\n", "Uploading file 295 of 735\n", "{'filename': 'batch4_0079_browse.JPG', 'id': '7653ed8d-cfc3-436c-8a5f-db8c2fbb0f9d', 'checksum': 'e83acf3abfb3365c8025f7649837ae69', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0079_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7653ed8d-cfc3-436c-8a5f-db8c2fbb0f9d'}, 'filesize': 4577}\n", "Uploading file 296 of 735\n", "{'filename': 'batch4_0080_browse.JPG', 'id': 'f5b6ad0b-65f9-4f76-b5e6-95338b900456', 'checksum': 'f4778fcda7fc3aae4ad021497b90cbe4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0080_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f5b6ad0b-65f9-4f76-b5e6-95338b900456'}, 'filesize': 4524}\n", "Uploading file 297 of 735\n", "{'filename': 'batch4_0081_browse.JPG', 'id': 'f3dea000-5eb6-494b-b541-17afddfe6d4a', 'checksum': '781cb2a9d7fd0d04de4fee169bcbe4e1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0081_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f3dea000-5eb6-494b-b541-17afddfe6d4a'}, 'filesize': 4595}\n", "Uploading file 298 of 735\n", "{'filename': 'batch4_0082_browse.JPG', 'id': 'da337390-89fc-49f0-83df-b6da15695609', 'checksum': 'cc714b3577add4847176403645d9f29a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0082_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/da337390-89fc-49f0-83df-b6da15695609'}, 'filesize': 4457}\n", "Uploading file 299 of 735\n", "{'filename': 'batch4_0083_browse.JPG', 'id': 'e406020d-3ec7-4713-b672-13beb3fcae86', 'checksum': 'bb44c065f6fe4ff186a204a4a0f12aa0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0083_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e406020d-3ec7-4713-b672-13beb3fcae86'}, 'filesize': 4337}\n", "Uploading file 300 of 735\n", "{'filename': 'batch4_0084_browse.JPG', 'id': '175f8125-7e60-4979-a87c-724bc48f6553', 'checksum': 'ee0529ff149d5a0662920aa0f57a89b4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0084_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/175f8125-7e60-4979-a87c-724bc48f6553'}, 'filesize': 4313}\n", "Uploading file 301 of 735\n", "{'filename': 'batch4_0085_browse.JPG', 'id': '05807ab4-325c-4888-bf5c-848acf692316', 'checksum': 'a35f8c79da974b328368d1a7a188f9d4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0085_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/05807ab4-325c-4888-bf5c-848acf692316'}, 'filesize': 4188}\n", "Uploading file 302 of 735\n", "{'filename': 'batch4_0086_browse.JPG', 'id': '694615f4-6339-435d-b2fa-7d7b62f89114', 'checksum': '624d7a5164ca511d414a79631616a20e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0086_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/694615f4-6339-435d-b2fa-7d7b62f89114'}, 'filesize': 4130}\n", "Uploading file 303 of 735\n", "{'filename': 'batch4_0087_browse.JPG', 'id': 'deec80d6-dd35-4c3b-b089-8e95659886a8', 'checksum': 'b7ec231e4b3390b3044a89ec80b1913a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0087_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/deec80d6-dd35-4c3b-b089-8e95659886a8'}, 'filesize': 4116}\n", "Uploading file 304 of 735\n", "{'filename': 'batch4_0088_browse.JPG', 'id': 'bd56f71a-8378-461f-a243-3a9aef3974e3', 'checksum': '4f4d0807e6a6a90b464b15828410f838', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0088_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bd56f71a-8378-461f-a243-3a9aef3974e3'}, 'filesize': 4211}\n", "Uploading file 305 of 735\n", "{'filename': 'batch4_0089_browse.JPG', 'id': '440c46ac-89fb-4149-b5e4-5134c9f8499a', 'checksum': '7055a86844d46a4d68be486352c3ce97', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0089_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/440c46ac-89fb-4149-b5e4-5134c9f8499a'}, 'filesize': 4228}\n", "Uploading file 306 of 735\n", "{'filename': 'batch4_0090_browse.JPG', 'id': '5cfb7542-5825-4c5a-b4b4-a6828a07fa8e', 'checksum': 'de1ea528236c7cbd15466729a7c0b295', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0090_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5cfb7542-5825-4c5a-b4b4-a6828a07fa8e'}, 'filesize': 4417}\n", "Uploading file 307 of 735\n", "{'filename': 'batch4_0091_browse.JPG', 'id': 'dfa64f6c-6b18-4ed2-958b-3ff0905c5c34', 'checksum': 'dd0ce48a815bca5e808b69560c1448bd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0091_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dfa64f6c-6b18-4ed2-958b-3ff0905c5c34'}, 'filesize': 4497}\n", "Uploading file 308 of 735\n", "{'filename': 'batch4_0092_browse.JPG', 'id': 'ed0db003-b8c3-453b-af87-a27fff5ccad6', 'checksum': 'abbbe4a00559227ca45beb4358c68abf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0092_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ed0db003-b8c3-453b-af87-a27fff5ccad6'}, 'filesize': 4515}\n", "Uploading file 309 of 735\n", "{'filename': 'batch4_0093_browse.JPG', 'id': 'bcbadba4-70dd-4d6e-a3bb-d3d606c09288', 'checksum': '92ac072e9c2c510b4aff4b4a444d968f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0093_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bcbadba4-70dd-4d6e-a3bb-d3d606c09288'}, 'filesize': 4511}\n", "Uploading file 310 of 735\n", "{'filename': 'batch4_0094_browse.JPG', 'id': 'b0eff40a-ab90-4234-9fbd-70181ad6e17f', 'checksum': '7f23e2de955eed5d65f98df49c5aefe3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0094_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b0eff40a-ab90-4234-9fbd-70181ad6e17f'}, 'filesize': 4522}\n", "Uploading file 311 of 735\n", "{'filename': 'batch4_0095_browse.JPG', 'id': 'e73dfcc7-019b-452d-9d61-fdd23b89d201', 'checksum': 'dfaacb0fda33a841694fb421b6090530', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0095_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e73dfcc7-019b-452d-9d61-fdd23b89d201'}, 'filesize': 4604}\n", "Uploading file 312 of 735\n", "{'filename': 'batch4_0096_browse.JPG', 'id': '2d9fa13b-dfdd-492a-a995-aa57ece48272', 'checksum': '1f491f73bb326d75c1e617537677a3bc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0096_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2d9fa13b-dfdd-492a-a995-aa57ece48272'}, 'filesize': 4746}\n", "Uploading file 313 of 735\n", "{'filename': 'batch4_0097_browse.JPG', 'id': 'd738d585-ce04-46c7-a32a-aa7e1dce769c', 'checksum': '2947fb1ccae788c8de91690291b75d34', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0097_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d738d585-ce04-46c7-a32a-aa7e1dce769c'}, 'filesize': 4988}\n", "Uploading file 314 of 735\n", "{'filename': 'batch4_0098_browse.JPG', 'id': '157054c9-3656-4677-8d93-5e66741b2090', 'checksum': '56dd1c490d434a70e4e6aec7ef5a90e0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0098_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/157054c9-3656-4677-8d93-5e66741b2090'}, 'filesize': 5341}\n", "Uploading file 315 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0099_browse.JPG', 'id': '08155be2-c6af-4f06-9174-0815f9158a52', 'checksum': 'e947c014e1552e185a34eedf3d38f95d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0099_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/08155be2-c6af-4f06-9174-0815f9158a52'}, 'filesize': 5842}\n", "Uploading file 316 of 735\n", "{'filename': 'batch4_0100_browse.JPG', 'id': '77d12dde-0b78-4532-9e92-5518679cf3c6', 'checksum': '05687baba9211ed6ed4ff9ae778cda81', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0100_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/77d12dde-0b78-4532-9e92-5518679cf3c6'}, 'filesize': 6334}\n", "Uploading file 317 of 735\n", "{'filename': 'batch4_0101_browse.JPG', 'id': '84a693db-b3c6-44d9-8fb3-5579728b938e', 'checksum': '5cef4ef51779cc2f4fdbb0ec7282b758', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0101_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/84a693db-b3c6-44d9-8fb3-5579728b938e'}, 'filesize': 6706}\n", "Uploading file 318 of 735\n", "{'filename': 'batch4_0102_browse.JPG', 'id': '9ddeb170-fb67-472c-a71c-8e13fa3333b5', 'checksum': '83efe75ec098e2e7bf4af842be077088', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0102_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9ddeb170-fb67-472c-a71c-8e13fa3333b5'}, 'filesize': 7099}\n", "Uploading file 319 of 735\n", "{'filename': 'batch4_0103_browse.JPG', 'id': '3806e10d-eec9-48de-97c7-9be9373b1da3', 'checksum': '862835b09e256aba4824b92d2e42eb28', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0103_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3806e10d-eec9-48de-97c7-9be9373b1da3'}, 'filesize': 6845}\n", "Uploading file 320 of 735\n", "{'filename': 'batch4_0104_browse.JPG', 'id': '63b23840-71e8-44df-986d-c094d6bc4f11', 'checksum': 'a9bec8b9cc9949653d5776944714face', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0104_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/63b23840-71e8-44df-986d-c094d6bc4f11'}, 'filesize': 6153}\n", "Uploading file 321 of 735\n", "{'filename': 'batch4_0105_browse.JPG', 'id': '9351d7ce-af23-4148-ae9a-1204723ceda9', 'checksum': '13c1f8fd8d1077b393d7df3a2e060625', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0105_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9351d7ce-af23-4148-ae9a-1204723ceda9'}, 'filesize': 5445}\n", "Uploading file 322 of 735\n", "{'filename': 'batch4_0106_browse.JPG', 'id': 'edb0920f-726e-4783-8540-a27824deb9c4', 'checksum': '99bccd0869cab78c9afbf5db6e80fd5e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0106_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/edb0920f-726e-4783-8540-a27824deb9c4'}, 'filesize': 4979}\n", "Uploading file 323 of 735\n", "{'filename': 'batch4_0107_browse.JPG', 'id': '0df07d73-1112-4424-b26d-cdc4f984efe1', 'checksum': '648e57cb0df693afd78d254280c390e1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0107_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0df07d73-1112-4424-b26d-cdc4f984efe1'}, 'filesize': 4555}\n", "Uploading file 324 of 735\n", "{'filename': 'batch4_0108_browse.JPG', 'id': '480bc9d2-5e5d-42a7-8b54-a9634ad353a0', 'checksum': '73758fb55842ae099f528897c8a87b74', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0108_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/480bc9d2-5e5d-42a7-8b54-a9634ad353a0'}, 'filesize': 4295}\n", "Uploading file 325 of 735\n", "{'filename': 'batch4_0109_browse.JPG', 'id': '78d984e5-1bed-41db-b1c8-bde553d55a87', 'checksum': 'd06901fd12b7f89bf76209f17b72e733', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0109_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/78d984e5-1bed-41db-b1c8-bde553d55a87'}, 'filesize': 4318}\n", "Uploading file 326 of 735\n", "{'filename': 'batch4_0110_browse.JPG', 'id': '11632b9b-2abb-46d8-9a78-c9b0549c02ce', 'checksum': '32514837ebeb6e6ae75c204bdbc24931', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0110_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/11632b9b-2abb-46d8-9a78-c9b0549c02ce'}, 'filesize': 4407}\n", "Uploading file 327 of 735\n", "{'filename': 'batch4_0111_browse.JPG', 'id': '85846f7b-32e3-48a2-9f79-8b0da2d6bf7c', 'checksum': 'fd80e7ed21f59127d781937d56baab5a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0111_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/85846f7b-32e3-48a2-9f79-8b0da2d6bf7c'}, 'filesize': 4330}\n", "Uploading file 328 of 735\n", "{'filename': 'batch4_0112_browse.JPG', 'id': '097ac3ee-ec32-472c-83fa-cc2dbeddfb2e', 'checksum': 'ff658431d96be20486fb3a819518c2b7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0112_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/097ac3ee-ec32-472c-83fa-cc2dbeddfb2e'}, 'filesize': 4378}\n", "Uploading file 329 of 735\n", "{'filename': 'batch4_0113_browse.JPG', 'id': 'a52d7d95-4873-4bb1-960c-6f0239eb5f05', 'checksum': '11c6e42f6a0812cd1bba3a01b613c921', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0113_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a52d7d95-4873-4bb1-960c-6f0239eb5f05'}, 'filesize': 4233}\n", "Uploading file 330 of 735\n", "{'filename': 'batch4_0114_browse.JPG', 'id': '98064fae-3b36-4263-8560-a37b8f51879c', 'checksum': '00724fdc759844184dd3519f469b92b5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0114_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/98064fae-3b36-4263-8560-a37b8f51879c'}, 'filesize': 4143}\n", "Uploading file 331 of 735\n", "{'filename': 'batch4_0115_browse.JPG', 'id': '73f58162-7ff2-421b-9f92-d054b5f3410c', 'checksum': '9420594802514c947139be20f7461778', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0115_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/73f58162-7ff2-421b-9f92-d054b5f3410c'}, 'filesize': 4036}\n", "Uploading file 332 of 735\n", "{'filename': 'batch4_0116_browse.JPG', 'id': 'b2d60231-0527-46b8-9ed6-fbbcbb619219', 'checksum': '1dbfbad19fb5cb3e9937914eeff7fad4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0116_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b2d60231-0527-46b8-9ed6-fbbcbb619219'}, 'filesize': 3932}\n", "Uploading file 333 of 735\n", "{'filename': 'batch4_0117_browse.JPG', 'id': '863bccd5-79d3-4a90-b394-375038aae011', 'checksum': '7fc2056f32ae8b158d268f6e766c7682', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0117_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/863bccd5-79d3-4a90-b394-375038aae011'}, 'filesize': 3845}\n", "Uploading file 334 of 735\n", "{'filename': 'batch4_0118_browse.JPG', 'id': 'e5138c67-2ac3-4768-9d0a-770fab91a918', 'checksum': '60d0c2b70c630fc08274a19de02ecf29', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0118_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e5138c67-2ac3-4768-9d0a-770fab91a918'}, 'filesize': 3570}\n", "Uploading file 335 of 735\n", "{'filename': 'batch4_0119_browse.JPG', 'id': 'a6d918fb-09f0-46df-a993-eb99e952d07e', 'checksum': '9888bf90a9b8c53d8f40812bb06fdf76', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0119_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a6d918fb-09f0-46df-a993-eb99e952d07e'}, 'filesize': 3754}\n", "Uploading file 336 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0120_browse.JPG', 'id': '5ee6b207-e55d-4954-94af-468c49bc06fc', 'checksum': '1e41edd6c4ab67563b6a78d30a617ce5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0120_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5ee6b207-e55d-4954-94af-468c49bc06fc'}, 'filesize': 3812}\n", "Uploading file 337 of 735\n", "{'filename': 'batch4_0121_browse.JPG', 'id': 'fbd20049-7d41-453d-8ef7-a731fc7b584f', 'checksum': '8521a7d07d8f8b025945fac935f3688c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0121_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fbd20049-7d41-453d-8ef7-a731fc7b584f'}, 'filesize': 3941}\n", "Uploading file 338 of 735\n", "{'filename': 'batch4_0122_browse.JPG', 'id': 'e3158695-51a2-4141-82ea-82a59a02e57e', 'checksum': '4d5b4762f6a615f0cf39019e8be41b28', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0122_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e3158695-51a2-4141-82ea-82a59a02e57e'}, 'filesize': 3961}\n", "Uploading file 339 of 735\n", "{'filename': 'batch4_0123_browse.JPG', 'id': 'e96e6b0d-663c-4a88-85ca-aaa8795f5bf2', 'checksum': '3a914c71942b0172de9ef048ab5b2337', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0123_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e96e6b0d-663c-4a88-85ca-aaa8795f5bf2'}, 'filesize': 3983}\n", "Uploading file 340 of 735\n", "{'filename': 'batch4_0124_browse.JPG', 'id': 'a53fae39-91d8-4cdb-890d-8ca921b863eb', 'checksum': '9c03ac2e8873df4e2155dfddff2b7f80', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0124_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a53fae39-91d8-4cdb-890d-8ca921b863eb'}, 'filesize': 4079}\n", "Uploading file 341 of 735\n", "{'filename': 'batch4_0125_browse.JPG', 'id': '0ff1248e-a99f-4a1b-865e-94204add0c1d', 'checksum': '1408a2da6693efd2405f261ef5a3a166', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0125_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0ff1248e-a99f-4a1b-865e-94204add0c1d'}, 'filesize': 4193}\n", "Uploading file 342 of 735\n", "{'filename': 'batch4_0126_browse.JPG', 'id': 'd330b75e-3ab4-44f7-90fd-f8824fa47fba', 'checksum': '4af61cf3f94a5d955659e56f4fbad70d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0126_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d330b75e-3ab4-44f7-90fd-f8824fa47fba'}, 'filesize': 4222}\n", "Uploading file 343 of 735\n", "{'filename': 'batch4_0127_browse.JPG', 'id': '261329ee-4a2f-4488-a8ba-992823f21584', 'checksum': '895db7b4c25104bbcd202c22aaa70186', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0127_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/261329ee-4a2f-4488-a8ba-992823f21584'}, 'filesize': 4258}\n", "Uploading file 344 of 735\n", "{'filename': 'batch4_0128_browse.JPG', 'id': 'ce6144aa-6783-4f11-a78d-da6b63f58b9c', 'checksum': '3c63f12978ed9eee266d1d3f887e8c76', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0128_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ce6144aa-6783-4f11-a78d-da6b63f58b9c'}, 'filesize': 4450}\n", "Uploading file 345 of 735\n", "{'filename': 'batch4_0129_browse.JPG', 'id': 'b0ec62d5-42da-4b18-bf76-ee1073ef4063', 'checksum': '3690888d5cf0545c71cf1bdd325b8f73', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0129_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b0ec62d5-42da-4b18-bf76-ee1073ef4063'}, 'filesize': 4863}\n", "Uploading file 346 of 735\n", "{'filename': 'batch4_0130_browse.JPG', 'id': 'e017c5be-167f-4c47-b67a-cb5ec80722b2', 'checksum': '4b46222544a7e0662cf4b0985b54a795', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0130_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e017c5be-167f-4c47-b67a-cb5ec80722b2'}, 'filesize': 5505}\n", "Uploading file 347 of 735\n", "{'filename': 'batch4_0131_browse.JPG', 'id': '970a57c2-da69-4916-a80d-99a9a51b568b', 'checksum': '6163b74502186d136b6f1843332bd322', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0131_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/970a57c2-da69-4916-a80d-99a9a51b568b'}, 'filesize': 6226}\n", "Uploading file 348 of 735\n", "{'filename': 'batch4_0132_browse.JPG', 'id': 'd7e269b0-2804-4820-9950-7304592c4cfa', 'checksum': '8784515ebf01090b385157374ac97ba2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0132_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d7e269b0-2804-4820-9950-7304592c4cfa'}, 'filesize': 6952}\n", "Uploading file 349 of 735\n", "{'filename': 'batch4_0133_browse.JPG', 'id': '812cae25-8ad3-4773-8aa8-66ef54697d85', 'checksum': '7f2c7dd6bd80d339d0238a76760adc6f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0133_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/812cae25-8ad3-4773-8aa8-66ef54697d85'}, 'filesize': 7252}\n", "Uploading file 350 of 735\n", "{'filename': 'batch4_0134_browse.JPG', 'id': 'c7ce453e-f11b-40b1-8b8f-6c959ffd4d10', 'checksum': '9082acb5682f8e74a64db44fc87c0932', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0134_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c7ce453e-f11b-40b1-8b8f-6c959ffd4d10'}, 'filesize': 7132}\n", "Uploading file 351 of 735\n", "{'filename': 'batch4_0135_browse.JPG', 'id': 'ac0d7e22-6d45-4810-a7ba-d68cc857079f', 'checksum': '0798c8c9d5c6db9b71c72aaafd166c79', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0135_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ac0d7e22-6d45-4810-a7ba-d68cc857079f'}, 'filesize': 7018}\n", "Uploading file 352 of 735\n", "{'filename': 'batch4_0136_browse.JPG', 'id': 'b9971668-131e-48a2-a63c-3d699f7ad5fb', 'checksum': 'fdc02c4126d34fb46bd96af6ff73030d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0136_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b9971668-131e-48a2-a63c-3d699f7ad5fb'}, 'filesize': 6301}\n", "Uploading file 353 of 735\n", "{'filename': 'batch4_0137_browse.JPG', 'id': '471ed8b3-417c-4b26-b915-507ff021233f', 'checksum': 'f644b9baac813d12341867e201d3e647', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0137_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/471ed8b3-417c-4b26-b915-507ff021233f'}, 'filesize': 5607}\n", "Uploading file 354 of 735\n", "{'filename': 'batch4_0138_browse.JPG', 'id': '0e60f94e-120f-45f2-b3bc-9289b5da455d', 'checksum': 'a43e4a62b3e2b9c092ba9c4e62bb2388', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0138_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0e60f94e-120f-45f2-b3bc-9289b5da455d'}, 'filesize': 4947}\n", "Uploading file 355 of 735\n", "{'filename': 'batch4_0139_browse.JPG', 'id': 'd5bdd75e-7ee5-488f-a0c6-81165f188a88', 'checksum': '45100831b66b1136932c4de761e45d65', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0139_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d5bdd75e-7ee5-488f-a0c6-81165f188a88'}, 'filesize': 4458}\n", "Uploading file 356 of 735\n", "{'filename': 'batch4_0140_browse.JPG', 'id': 'd2334da0-9c0e-40ae-a398-e1e511eafb76', 'checksum': '2b894d50c87f7e8f60532b2d188772d1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0140_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d2334da0-9c0e-40ae-a398-e1e511eafb76'}, 'filesize': 4211}\n", "Uploading file 357 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0141_browse.JPG', 'id': '64cc2b13-1401-4f77-b5ec-cbdb0cf8ad3e', 'checksum': 'af0710ff0fb9f2b45d63d73b4e12c1fd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0141_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/64cc2b13-1401-4f77-b5ec-cbdb0cf8ad3e'}, 'filesize': 4123}\n", "Uploading file 358 of 735\n", "{'filename': 'batch4_0142_browse.JPG', 'id': '62bd4b74-8187-4d48-a3ba-f176643cc6df', 'checksum': 'fce584c200a7c26405d34d63c8441708', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0142_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/62bd4b74-8187-4d48-a3ba-f176643cc6df'}, 'filesize': 3983}\n", "Uploading file 359 of 735\n", "{'filename': 'batch4_0143_browse.JPG', 'id': '687dd273-2465-4531-a022-8f4ee14e9cbf', 'checksum': 'e8a340ea120fca2e7efbd1c92226903f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0143_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/687dd273-2465-4531-a022-8f4ee14e9cbf'}, 'filesize': 3817}\n", "Uploading file 360 of 735\n", "{'filename': 'batch4_0144_browse.JPG', 'id': 'abf5dcda-b183-49f8-ae77-348b6ff9348e', 'checksum': '57601b7465272a62a10e5129a6110192', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0144_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/abf5dcda-b183-49f8-ae77-348b6ff9348e'}, 'filesize': 3713}\n", "Uploading file 361 of 735\n", "{'filename': 'batch4_0145_browse.JPG', 'id': '1ef72024-3ee3-4000-a3e0-3e9fb595c182', 'checksum': 'c97499d885cb0339a772e043bbf1b301', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0145_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1ef72024-3ee3-4000-a3e0-3e9fb595c182'}, 'filesize': 3677}\n", "Uploading file 362 of 735\n", "{'filename': 'batch4_0146_browse.JPG', 'id': '26c1d245-5b65-4cd9-b549-2a8728a4ffee', 'checksum': '9a839708e76bd62d23a0ef9fd8d9eae6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0146_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/26c1d245-5b65-4cd9-b549-2a8728a4ffee'}, 'filesize': 3632}\n", "Uploading file 363 of 735\n", "{'filename': 'batch4_0147_browse.JPG', 'id': 'f75535fe-f8e9-4eb1-8fcd-b4c0e5615672', 'checksum': '29fe0b93f28abbb269cc799ad0d6cac6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0147_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f75535fe-f8e9-4eb1-8fcd-b4c0e5615672'}, 'filesize': 3552}\n", "Uploading file 364 of 735\n", "{'filename': 'batch4_0148_browse.JPG', 'id': '2a3ec24f-ddb6-49ab-b636-9d32aedd4d1b', 'checksum': 'b48635f408487f92a77a8a21fe8d625a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0148_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a3ec24f-ddb6-49ab-b636-9d32aedd4d1b'}, 'filesize': 3601}\n", "Uploading file 365 of 735\n", "{'filename': 'batch4_0149_browse.JPG', 'id': '6e52fc57-a125-4df4-8065-d018d050c40f', 'checksum': 'f710f8ca4883de101eb927059f5f70fc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0149_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6e52fc57-a125-4df4-8065-d018d050c40f'}, 'filesize': 3625}\n", "Uploading file 366 of 735\n", "{'filename': 'batch4_0150_browse.JPG', 'id': '1d95afbf-d16c-418f-90a1-388fd92a887e', 'checksum': '6e55f312097833a7e67b439c676262c1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0150_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d95afbf-d16c-418f-90a1-388fd92a887e'}, 'filesize': 3897}\n", "Uploading file 367 of 735\n", "{'filename': 'batch4_0151_browse.JPG', 'id': '7d86771a-dbb7-408b-b9d1-c0b301bc9dc5', 'checksum': '92f5a01504642dde42dcc16312aa86b1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0151_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7d86771a-dbb7-408b-b9d1-c0b301bc9dc5'}, 'filesize': 3672}\n", "Uploading file 368 of 735\n", "{'filename': 'batch4_0152_browse.JPG', 'id': '7815e8c9-cf83-41bc-8bf9-883d5dfaafbb', 'checksum': 'ce989d813e2e2ad124a2c124f95f41ce', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0152_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7815e8c9-cf83-41bc-8bf9-883d5dfaafbb'}, 'filesize': 3590}\n", "Uploading file 369 of 735\n", "{'filename': 'batch4_0153_browse.JPG', 'id': '8849d134-09ca-4eed-9c7e-3a6423666f49', 'checksum': '06670f610b3a1bae2778b31c6fc3ca44', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0153_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8849d134-09ca-4eed-9c7e-3a6423666f49'}, 'filesize': 3612}\n", "Uploading file 370 of 735\n", "{'filename': 'batch4_0154_browse.JPG', 'id': '6b8a314b-f28c-43df-8a7a-53e519f5131f', 'checksum': 'cbce20e5dd3ffb1ea14f4f0d20a7397d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0154_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6b8a314b-f28c-43df-8a7a-53e519f5131f'}, 'filesize': 3546}\n", "Uploading file 371 of 735\n", "{'filename': 'batch4_0155_browse.JPG', 'id': '139e94fc-8686-4eab-ac88-e636be0cf932', 'checksum': '43d43856965ff4a5ada6f74ae78b6a0f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0155_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/139e94fc-8686-4eab-ac88-e636be0cf932'}, 'filesize': 3573}\n", "Uploading file 372 of 735\n", "{'filename': 'batch4_0156_browse.JPG', 'id': 'da0d20b8-25ab-4432-87cf-4d92ac48f13b', 'checksum': 'b6f87b3637ed9cb4b1ad2bc8ff7f2484', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0156_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/da0d20b8-25ab-4432-87cf-4d92ac48f13b'}, 'filesize': 3673}\n", "Uploading file 373 of 735\n", "{'filename': 'batch4_0157_browse.JPG', 'id': '566c1f8f-d6df-4e9b-a1f7-03bd54bf4599', 'checksum': '97320de629a206cfa7313aa9ba5d5908', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0157_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/566c1f8f-d6df-4e9b-a1f7-03bd54bf4599'}, 'filesize': 3777}\n", "Uploading file 374 of 735\n", "{'filename': 'batch4_0158_browse.JPG', 'id': '2cede8ee-7ac6-4d25-b83c-e4be63f99e6a', 'checksum': 'cf79034325748d26fe4792c7210da61b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0158_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2cede8ee-7ac6-4d25-b83c-e4be63f99e6a'}, 'filesize': 3960}\n", "Uploading file 375 of 735\n", "{'filename': 'batch4_0159_browse.JPG', 'id': 'f97cc0f5-ae64-44fe-b19c-4042bb08b5b4', 'checksum': 'fd166ff8f3f097a137912be63c6594ee', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0159_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f97cc0f5-ae64-44fe-b19c-4042bb08b5b4'}, 'filesize': 4138}\n", "Uploading file 376 of 735\n", "{'filename': 'batch4_0160_browse.JPG', 'id': '6c92caee-c935-4ce8-8a61-6a1e39febb33', 'checksum': 'a455bf446abc422a1a80f4cf1baab371', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0160_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6c92caee-c935-4ce8-8a61-6a1e39febb33'}, 'filesize': 4443}\n", "Uploading file 377 of 735\n", "{'filename': 'batch4_0161_browse.JPG', 'id': '2ad61c6d-06f2-4479-be3a-94442973c1b6', 'checksum': '330ecb25431c32e4c0c54a5e8e51bcd3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0161_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2ad61c6d-06f2-4479-be3a-94442973c1b6'}, 'filesize': 5023}\n", "Uploading file 378 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch4_0162_browse.JPG', 'id': 'af6920c5-cfd8-48e6-a02a-af4bcce0499b', 'checksum': 'f919d38e557464d9dd054cd796385e1b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0162_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/af6920c5-cfd8-48e6-a02a-af4bcce0499b'}, 'filesize': 5724}\n", "Uploading file 379 of 735\n", "{'filename': 'batch4_0163_browse.JPG', 'id': '18ec091a-2960-4407-8edf-97441a0a2dcd', 'checksum': 'c0ca3b6cb5af2c41f46e7cc4179c1781', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0163_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/18ec091a-2960-4407-8edf-97441a0a2dcd'}, 'filesize': 6448}\n", "Uploading file 380 of 735\n", "{'filename': 'batch4_0164_browse.JPG', 'id': '253e2585-cfea-47da-b026-6de83f7bcbdb', 'checksum': '7dd7a115b60f527e47934e78022a7588', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0164_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/253e2585-cfea-47da-b026-6de83f7bcbdb'}, 'filesize': 7066}\n", "Uploading file 381 of 735\n", "{'filename': 'batch4_0165_browse.JPG', 'id': '115aa41c-52a3-4203-99e2-99bf27d840ae', 'checksum': 'b14b1f412d1319fa1e92558de3fe584c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0165_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/115aa41c-52a3-4203-99e2-99bf27d840ae'}, 'filesize': 7261}\n", "Uploading file 382 of 735\n", "{'filename': 'batch4_0166_browse.JPG', 'id': '496298de-8da7-4783-a83f-f6b21e2475ef', 'checksum': '972d3f95f656f5c8e48af86d97e8d70c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0166_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/496298de-8da7-4783-a83f-f6b21e2475ef'}, 'filesize': 7306}\n", "Uploading file 383 of 735\n", "{'filename': 'batch4_0167_browse.JPG', 'id': '58107a09-cfe9-4353-b25a-cba05a3b9246', 'checksum': '33bec20f52d1b137f456d47ad5db3dc3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch4_0167_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/58107a09-cfe9-4353-b25a-cba05a3b9246'}, 'filesize': 7269}\n", "Uploading file 384 of 735\n", "{'filename': 'batch5_0256_browse.JPG', 'id': 'bb1920c4-0cc8-4789-aa69-42253d9ff305', 'checksum': 'bdb1510607278d80cfa9de23503244c9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0256_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bb1920c4-0cc8-4789-aa69-42253d9ff305'}, 'filesize': 5671}\n", "Uploading file 385 of 735\n", "{'filename': 'batch5_0257_browse.JPG', 'id': '9f121aca-b332-4413-a2e9-5f2cb6f50f90', 'checksum': '3a0a4a2f8b7eb6e9ff647847e831f484', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0257_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9f121aca-b332-4413-a2e9-5f2cb6f50f90'}, 'filesize': 4771}\n", "Uploading file 386 of 735\n", "{'filename': 'batch5_0258_browse.JPG', 'id': '282cc697-86eb-45b1-891d-053a8999cf14', 'checksum': 'b5b9db0cb2111938eee29fb710283eaa', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0258_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/282cc697-86eb-45b1-891d-053a8999cf14'}, 'filesize': 4307}\n", "Uploading file 387 of 735\n", "{'filename': 'batch5_0259_browse.JPG', 'id': '6b73b139-5256-4ce6-98b9-2af810c4f374', 'checksum': 'e1871977cef8db72a7cac522d77c3595', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0259_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6b73b139-5256-4ce6-98b9-2af810c4f374'}, 'filesize': 3817}\n", "Uploading file 388 of 735\n", "{'filename': 'batch5_0260_browse.JPG', 'id': 'f2b0b7d3-5c47-4edc-a701-474b92dc2943', 'checksum': '81dc93f5d11d3bce7f683593bc4b73b7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0260_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f2b0b7d3-5c47-4edc-a701-474b92dc2943'}, 'filesize': 3590}\n", "Uploading file 389 of 735\n", "{'filename': 'batch5_0261_browse.JPG', 'id': 'df44f535-efd3-437d-b4c8-c09fc299f90f', 'checksum': '0a9b496f5b33c0f68e98b85c505bee57', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0261_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/df44f535-efd3-437d-b4c8-c09fc299f90f'}, 'filesize': 3501}\n", "Uploading file 390 of 735\n", "{'filename': 'batch5_0262_browse.JPG', 'id': '723724a6-6f69-4c22-8fda-a9382d4f794b', 'checksum': '14bb9cb6ca1183aefea84071725d51b1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0262_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/723724a6-6f69-4c22-8fda-a9382d4f794b'}, 'filesize': 3407}\n", "Uploading file 391 of 735\n", "{'filename': 'batch5_0263_browse.JPG', 'id': '819032bb-14c7-4376-a282-8054e4c4757a', 'checksum': 'cc79dfbb85cbd35a2de1addcbbfe2b61', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0263_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/819032bb-14c7-4376-a282-8054e4c4757a'}, 'filesize': 3433}\n", "Uploading file 392 of 735\n", "{'filename': 'batch5_0264_browse.JPG', 'id': 'a3c40cad-0044-452f-b622-115818180e24', 'checksum': '1b88d3f78d8567a25ac9a1e1c10823bf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0264_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a3c40cad-0044-452f-b622-115818180e24'}, 'filesize': 3419}\n", "Uploading file 393 of 735\n", "{'filename': 'batch5_0265_browse.JPG', 'id': 'ae407b84-8387-40c6-b461-4021ce97d41d', 'checksum': '42d463514815a29db973c86d6009527a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0265_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ae407b84-8387-40c6-b461-4021ce97d41d'}, 'filesize': 3420}\n", "Uploading file 394 of 735\n", "{'filename': 'batch5_0266_browse.JPG', 'id': '3cb5346c-9393-4c4e-997c-3a3629f5c523', 'checksum': '1b128fba87baef25d3ccbf02bc37a04b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0266_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3cb5346c-9393-4c4e-997c-3a3629f5c523'}, 'filesize': 3431}\n", "Uploading file 395 of 735\n", "{'filename': 'batch5_0267_browse.JPG', 'id': '3b8b93e7-5320-4075-b243-9b702d31a58f', 'checksum': '2136cd93c5671225d466b8bb03d74813', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0267_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3b8b93e7-5320-4075-b243-9b702d31a58f'}, 'filesize': 3754}\n", "Uploading file 396 of 735\n", "{'filename': 'batch5_0268_browse.JPG', 'id': 'c4a2b642-dece-4a55-a44d-259355ef4050', 'checksum': '86c3d811895f73227018c338648f4472', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0268_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c4a2b642-dece-4a55-a44d-259355ef4050'}, 'filesize': 3548}\n", "Uploading file 397 of 735\n", "{'filename': 'batch5_0269_browse.JPG', 'id': 'f079914b-03fa-452d-b624-456a66fdf8f1', 'checksum': '1f14ff6fff041a5ce145b6c34922673d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0269_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f079914b-03fa-452d-b624-456a66fdf8f1'}, 'filesize': 3597}\n", "Uploading file 398 of 735\n", "{'filename': 'batch5_0270_browse.JPG', 'id': '04646924-4a8a-42a7-8e90-722c3b2bf7e1', 'checksum': 'fdb051fa92dfb7f381e7ed5595f6c4bc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0270_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/04646924-4a8a-42a7-8e90-722c3b2bf7e1'}, 'filesize': 3565}\n", "Uploading file 399 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0271_browse.JPG', 'id': '831d45d6-dacb-4b5d-aa65-9f574e4530df', 'checksum': '5a6f60e6eb841a488895b7bf9171dbdd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0271_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/831d45d6-dacb-4b5d-aa65-9f574e4530df'}, 'filesize': 3424}\n", "Uploading file 400 of 735\n", "{'filename': 'batch5_0272_browse.JPG', 'id': 'bc82d1c6-0b92-4528-a277-b8a5f22d40e9', 'checksum': '39ba871a5efc99f163fcb48bae1b530c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0272_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bc82d1c6-0b92-4528-a277-b8a5f22d40e9'}, 'filesize': 3583}\n", "Uploading file 401 of 735\n", "{'filename': 'batch5_0273_browse.JPG', 'id': '2e1b8446-5f20-4f3e-b795-ed6dc3241976', 'checksum': 'e94f457df593bd38672786a6b5c1c603', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0273_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2e1b8446-5f20-4f3e-b795-ed6dc3241976'}, 'filesize': 3666}\n", "Uploading file 402 of 735\n", "{'filename': 'batch5_0274_browse.JPG', 'id': '0e022e67-654f-4111-9d8b-358c0b3dda52', 'checksum': '6713d6456820384c20f6baa4cbfecf82', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0274_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0e022e67-654f-4111-9d8b-358c0b3dda52'}, 'filesize': 3849}\n", "Uploading file 403 of 735\n", "{'filename': 'batch5_0275_browse.JPG', 'id': '52424791-848c-41f2-b44c-ab9b82e1988a', 'checksum': '37f17247a9852a6cae9ca2b8bca994c0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0275_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/52424791-848c-41f2-b44c-ab9b82e1988a'}, 'filesize': 4048}\n", "Uploading file 404 of 735\n", "{'filename': 'batch5_0276_browse.JPG', 'id': 'ea833363-4e4e-4056-ab46-aa01f9f83ff7', 'checksum': 'a7c491a5681cfa6b0dc74da667dc5f19', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0276_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ea833363-4e4e-4056-ab46-aa01f9f83ff7'}, 'filesize': 4473}\n", "Uploading file 405 of 735\n", "{'filename': 'batch5_0277_browse.JPG', 'id': 'ee9476c7-0d3b-4453-8bcd-eb2d38c8ae51', 'checksum': '065eb6e64376f5f8df1225c1dcf03323', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0277_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ee9476c7-0d3b-4453-8bcd-eb2d38c8ae51'}, 'filesize': 4891}\n", "Uploading file 406 of 735\n", "{'filename': 'batch5_0278_browse.JPG', 'id': '3cfde9bd-cb29-4bf9-9222-40450ac1260f', 'checksum': 'a2463ea8bfa4ce52896310df1f7d7547', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0278_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3cfde9bd-cb29-4bf9-9222-40450ac1260f'}, 'filesize': 5594}\n", "Uploading file 407 of 735\n", "{'filename': 'batch5_0279_browse.JPG', 'id': 'e4a6143e-2807-4663-9545-119578b8f694', 'checksum': '3f42e717c66ad664da9837799d30a4e1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0279_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e4a6143e-2807-4663-9545-119578b8f694'}, 'filesize': 6274}\n", "Uploading file 408 of 735\n", "{'filename': 'batch5_0280_browse.JPG', 'id': '4feb6ff5-dfb0-45c1-82f0-462d2171f6ae', 'checksum': '9c2b7043985438c84aa899d48b9b7b0f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0280_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4feb6ff5-dfb0-45c1-82f0-462d2171f6ae'}, 'filesize': 6901}\n", "Uploading file 409 of 735\n", "{'filename': 'batch5_0281_browse.JPG', 'id': '7fa40d4d-2875-4821-ac93-32237c4305f5', 'checksum': 'cb920653522cd7d4b1edd127e73086c8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0281_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7fa40d4d-2875-4821-ac93-32237c4305f5'}, 'filesize': 7379}\n", "Uploading file 410 of 735\n", "{'filename': 'batch5_0282_browse.JPG', 'id': '7d5bb8ce-35d0-42b0-aafe-8423ad9eb1a8', 'checksum': '523bcd44912702ec3cc763d8bed6f5df', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0282_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7d5bb8ce-35d0-42b0-aafe-8423ad9eb1a8'}, 'filesize': 7423}\n", "Uploading file 411 of 735\n", "{'filename': 'batch5_0283_browse.JPG', 'id': '66250406-4e29-4808-9590-821fc5c453bb', 'checksum': '5f0bb802e60f6271173db6de31dfc6b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0283_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/66250406-4e29-4808-9590-821fc5c453bb'}, 'filesize': 7266}\n", "Uploading file 412 of 735\n", "{'filename': 'batch5_0284_browse.JPG', 'id': 'da2535ce-3b6a-425d-b285-5dc2344ceddf', 'checksum': 'cfe527d479bba3e7f7f55665390d5de5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0284_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/da2535ce-3b6a-425d-b285-5dc2344ceddf'}, 'filesize': 7412}\n", "Uploading file 413 of 735\n", "{'filename': 'batch5_0285_browse.JPG', 'id': '7dae1b30-f7cf-49a4-8487-b4c52728f488', 'checksum': '9f97d025e3d922a6e8f84431ccce98c6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0285_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7dae1b30-f7cf-49a4-8487-b4c52728f488'}, 'filesize': 7152}\n", "Uploading file 414 of 735\n", "{'filename': 'batch5_0286_browse.JPG', 'id': '2ed25084-2ab8-4c21-b7c0-bd3f26d40117', 'checksum': 'a0b1409dd9cb4917afc92c8dd5180451', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0286_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2ed25084-2ab8-4c21-b7c0-bd3f26d40117'}, 'filesize': 6651}\n", "Uploading file 415 of 735\n", "{'filename': 'batch5_0287_browse.JPG', 'id': '45e9a762-d791-4f6b-b84e-a98c5c690b98', 'checksum': '8c0e9cfead3f486acd91eb72e29508ba', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0287_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45e9a762-d791-4f6b-b84e-a98c5c690b98'}, 'filesize': 6009}\n", "Uploading file 416 of 735\n", "{'filename': 'batch5_0288_browse.JPG', 'id': '1e7f460f-a6ce-4943-9dad-047d6a3bb9c4', 'checksum': 'df1d819773547a1ae73950359b6dd509', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0288_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1e7f460f-a6ce-4943-9dad-047d6a3bb9c4'}, 'filesize': 5283}\n", "Uploading file 417 of 735\n", "{'filename': 'batch5_0289_browse.JPG', 'id': '694191d6-4bf6-41ca-bf67-45f6c56bacba', 'checksum': 'df92749eea6be19c61b01d8082b76d26', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0289_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/694191d6-4bf6-41ca-bf67-45f6c56bacba'}, 'filesize': 4754}\n", "Uploading file 418 of 735\n", "{'filename': 'batch5_0290_browse.JPG', 'id': 'f13a8065-267f-491a-8ca3-1733079be0d9', 'checksum': 'c827a54625ecbbe544306297a2c68d90', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0290_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f13a8065-267f-491a-8ca3-1733079be0d9'}, 'filesize': 4252}\n", "Uploading file 419 of 735\n", "{'filename': 'batch5_0291_browse.JPG', 'id': '304cf62b-4a6d-4d0e-9d58-e7e2179597f1', 'checksum': '746641c1b45e3d4a95d86b29e72b8fd4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0291_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/304cf62b-4a6d-4d0e-9d58-e7e2179597f1'}, 'filesize': 3991}\n", "Uploading file 420 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0292_browse.JPG', 'id': '3c2e8538-6344-412f-858e-34305c24ea9a', 'checksum': '643319042a4eb24d68f017cf7a91cc7e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0292_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3c2e8538-6344-412f-858e-34305c24ea9a'}, 'filesize': 3851}\n", "Uploading file 421 of 735\n", "{'filename': 'batch5_0293_browse.JPG', 'id': '065ed744-9018-44ad-8436-4198b2362b43', 'checksum': 'f24d99476e2152fb7fcbbd280b9ab9d2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0293_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/065ed744-9018-44ad-8436-4198b2362b43'}, 'filesize': 3731}\n", "Uploading file 422 of 735\n", "{'filename': 'batch5_0294_browse.JPG', 'id': '75437cc0-c766-4171-8472-d043fc61a364', 'checksum': '59f1399de7908d24a5c256dad54ada84', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0294_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/75437cc0-c766-4171-8472-d043fc61a364'}, 'filesize': 3694}\n", "Uploading file 423 of 735\n", "{'filename': 'batch5_0295_browse.JPG', 'id': '7bd98af3-80e3-45bd-b830-c0758bbaef9c', 'checksum': '5088a05042334ee1cf0b4f37a8b69c4d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0295_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7bd98af3-80e3-45bd-b830-c0758bbaef9c'}, 'filesize': 3811}\n", "Uploading file 424 of 735\n", "{'filename': 'batch5_0296_browse.JPG', 'id': '5ef2e8c0-440b-4c13-9d68-7f0532f8cdbf', 'checksum': '19c480492a7b70f86a72da6f0d055346', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0296_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5ef2e8c0-440b-4c13-9d68-7f0532f8cdbf'}, 'filesize': 3736}\n", "Uploading file 425 of 735\n", "{'filename': 'batch5_0297_browse.JPG', 'id': '03359359-09b0-42b0-8bb7-ea139f2be093', 'checksum': 'f731e5b74bf469a1720fd2c4b070c5a4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0297_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/03359359-09b0-42b0-8bb7-ea139f2be093'}, 'filesize': 3680}\n", "Uploading file 426 of 735\n", "{'filename': 'batch5_0298_browse.JPG', 'id': '50c7a2a9-190f-4ed6-83ad-fde11cefe460', 'checksum': '5a02bc36025cc87d475888f3485b3ef2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0298_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/50c7a2a9-190f-4ed6-83ad-fde11cefe460'}, 'filesize': 3779}\n", "Uploading file 427 of 735\n", "{'filename': 'batch5_0299_browse.JPG', 'id': '87f6ad47-b776-4df4-9f97-b2806deed0a4', 'checksum': '854d8af6e3e0aed1193b385d4fedf7d0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0299_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/87f6ad47-b776-4df4-9f97-b2806deed0a4'}, 'filesize': 3921}\n", "Uploading file 428 of 735\n", "{'filename': 'batch5_0300_browse.JPG', 'id': 'a4a82bb9-eddf-4bdf-a1eb-49bf0491d536', 'checksum': '32b6db96f03e93726218eef72e11062c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0300_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a4a82bb9-eddf-4bdf-a1eb-49bf0491d536'}, 'filesize': 3849}\n", "Uploading file 429 of 735\n", "{'filename': 'batch5_0301_browse.JPG', 'id': '78381bd4-73ed-43ec-bec8-9427b3abfead', 'checksum': '5d69634b83f3c0c3278fbc395cb98435', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0301_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/78381bd4-73ed-43ec-bec8-9427b3abfead'}, 'filesize': 3908}\n", "Uploading file 430 of 735\n", "{'filename': 'batch5_0302_browse.JPG', 'id': '5607f6b1-a6ec-4d54-b447-1dab86233792', 'checksum': 'ccfa7e3d20a36462b29e22198f7745ee', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0302_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5607f6b1-a6ec-4d54-b447-1dab86233792'}, 'filesize': 4064}\n", "Uploading file 431 of 735\n", "{'filename': 'batch5_0303_browse.JPG', 'id': '4413683a-3cc8-4c23-abd8-6efd73eea76d', 'checksum': 'f3b3c69e84596e9b88d11d307c0b3248', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0303_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4413683a-3cc8-4c23-abd8-6efd73eea76d'}, 'filesize': 4145}\n", "Uploading file 432 of 735\n", "{'filename': 'batch5_0304_browse.JPG', 'id': '7b638996-12f2-4378-b290-a397dd1327a4', 'checksum': '8a24d2df5548c03cd24aabdb6dd89670', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0304_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7b638996-12f2-4378-b290-a397dd1327a4'}, 'filesize': 4056}\n", "Uploading file 433 of 735\n", "{'filename': 'batch5_0305_browse.JPG', 'id': '1c341fcd-3cb6-467a-8d4a-45720022a5f2', 'checksum': '1a93b7da8a7c478789ae1ca8967f2666', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0305_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1c341fcd-3cb6-467a-8d4a-45720022a5f2'}, 'filesize': 4196}\n", "Uploading file 434 of 735\n", "{'filename': 'batch5_0306_browse.JPG', 'id': 'c67a8b75-d91a-4a11-b31b-69d3a5777ef2', 'checksum': '4b914352972d437e054470036cd3f3b4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0306_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c67a8b75-d91a-4a11-b31b-69d3a5777ef2'}, 'filesize': 4447}\n", "Uploading file 435 of 735\n", "{'filename': 'batch5_0307_browse.JPG', 'id': 'd911cc1a-b0d9-427d-85a0-7f4f7574efba', 'checksum': 'f0e59cf0cab2197b4cff4e55e123d3c0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0307_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d911cc1a-b0d9-427d-85a0-7f4f7574efba'}, 'filesize': 4692}\n", "Uploading file 436 of 735\n", "{'filename': 'batch5_0308_browse.JPG', 'id': '80778b3e-e517-444b-99b1-eeb5f3812db8', 'checksum': '1677a24056722c6ec9e95d645fe9f6ff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0308_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/80778b3e-e517-444b-99b1-eeb5f3812db8'}, 'filesize': 5083}\n", "Uploading file 437 of 735\n", "{'filename': 'batch5_0309_browse.JPG', 'id': '6fe21dd1-6c61-49e6-a28d-dc192800495b', 'checksum': '0026872b7542d9548cd3af8636d1225e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0309_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6fe21dd1-6c61-49e6-a28d-dc192800495b'}, 'filesize': 5703}\n", "Uploading file 438 of 735\n", "{'filename': 'batch5_0310_browse.JPG', 'id': 'e3f6122b-e6b3-4799-a0d2-215caa6f4e70', 'checksum': '028702e1e2fa650477fd10c7e4129564', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0310_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e3f6122b-e6b3-4799-a0d2-215caa6f4e70'}, 'filesize': 6299}\n", "Uploading file 439 of 735\n", "{'filename': 'batch5_0311_browse.JPG', 'id': '807153c3-cdd7-4c0c-b42d-0a5af596672c', 'checksum': 'c0a5d2bbdffc014ebb308e83ac781345', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0311_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/807153c3-cdd7-4c0c-b42d-0a5af596672c'}, 'filesize': 6849}\n", "Uploading file 440 of 735\n", "{'filename': 'batch5_0312_browse.JPG', 'id': '7ebee50f-30cb-48f4-9b73-0cc2250d8380', 'checksum': '6f3b4ee1845cf386fb47cecf9190783a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0312_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7ebee50f-30cb-48f4-9b73-0cc2250d8380'}, 'filesize': 7349}\n", "Uploading file 441 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0313_browse.JPG', 'id': '3397a5e6-2da6-427d-a7f0-aba013c2f39d', 'checksum': '171642d1c12b3cb334baf810121a84fc', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0313_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3397a5e6-2da6-427d-a7f0-aba013c2f39d'}, 'filesize': 7666}\n", "Uploading file 442 of 735\n", "{'filename': 'batch5_0314_browse.JPG', 'id': '108b7ec9-00ee-4118-9a2f-c1920e2d3478', 'checksum': '4ebdb76a9134e37db9f04ed37529bcac', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0314_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/108b7ec9-00ee-4118-9a2f-c1920e2d3478'}, 'filesize': 7619}\n", "Uploading file 443 of 735\n", "{'filename': 'batch5_0315_browse.JPG', 'id': 'ab41f141-67af-4160-b14b-a3342add5f77', 'checksum': '155fe42b3fff61a462fb9bc863f1dc0c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0315_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ab41f141-67af-4160-b14b-a3342add5f77'}, 'filesize': 7663}\n", "Uploading file 444 of 735\n", "{'filename': 'batch5_0316_browse.JPG', 'id': '3d1e79ad-0779-460b-b19f-df6e9015628d', 'checksum': '1d8bc95d76e53f9d1adea14604515f81', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0316_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3d1e79ad-0779-460b-b19f-df6e9015628d'}, 'filesize': 7953}\n", "Uploading file 445 of 735\n", "{'filename': 'batch5_0317_browse.JPG', 'id': '25c5226c-9cef-43c2-8da4-89aee59067cb', 'checksum': '9262ce11d6e552e666dd390970b05fe2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0317_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/25c5226c-9cef-43c2-8da4-89aee59067cb'}, 'filesize': 7764}\n", "Uploading file 446 of 735\n", "{'filename': 'batch5_0318_browse.JPG', 'id': 'a63acac7-600c-43c9-abb0-bb4f2912067c', 'checksum': '9d2ed62b4109086a059d37b744bfbccd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0318_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a63acac7-600c-43c9-abb0-bb4f2912067c'}, 'filesize': 7294}\n", "Uploading file 447 of 735\n", "{'filename': 'batch5_0319_browse.JPG', 'id': '0984681d-d013-4140-b83e-f3794908114c', 'checksum': '2c36437fa4a5c22f714c69a844134edf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0319_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0984681d-d013-4140-b83e-f3794908114c'}, 'filesize': 6713}\n", "Uploading file 448 of 735\n", "{'filename': 'batch5_0320_browse.JPG', 'id': 'd3d59678-a046-4254-911c-32cdb44436e3', 'checksum': '939a2d92f1461bc147de5b88f327eac7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0320_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d3d59678-a046-4254-911c-32cdb44436e3'}, 'filesize': 6238}\n", "Uploading file 449 of 735\n", "{'filename': 'batch5_0321_browse.JPG', 'id': 'e92ef7ee-cf9d-41e3-9bd9-d3c4d1e0c2ff', 'checksum': '3f106bd6c954c84511b5b95872106c26', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0321_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e92ef7ee-cf9d-41e3-9bd9-d3c4d1e0c2ff'}, 'filesize': 5716}\n", "Uploading file 450 of 735\n", "{'filename': 'batch5_0322_browse.JPG', 'id': '0312584a-f313-4168-b1a9-9ac68cdcaeae', 'checksum': 'cfc8cb05e28559f0784ffdb4ad97c49d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0322_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0312584a-f313-4168-b1a9-9ac68cdcaeae'}, 'filesize': 5291}\n", "Uploading file 451 of 735\n", "{'filename': 'batch5_0323_browse.JPG', 'id': '83e4d5f5-19d0-4ab4-9f73-d3745244dcf9', 'checksum': '4d1b26b08bd6075741f743904e1ef527', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0323_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/83e4d5f5-19d0-4ab4-9f73-d3745244dcf9'}, 'filesize': 4905}\n", "Uploading file 452 of 735\n", "{'filename': 'batch5_0324_browse.JPG', 'id': '82c40c20-4d9c-4aed-a75d-263763862b64', 'checksum': 'fe623b2fc0b0590c74e3c775c2f3fdb2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0324_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/82c40c20-4d9c-4aed-a75d-263763862b64'}, 'filesize': 4725}\n", "Uploading file 453 of 735\n", "{'filename': 'batch5_0325_browse.JPG', 'id': '7f8eb74d-3477-4464-89b6-220243e7a3f2', 'checksum': 'b8cd3c1f4ce979328fa0b7ad0924da63', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0325_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7f8eb74d-3477-4464-89b6-220243e7a3f2'}, 'filesize': 4478}\n", "Uploading file 454 of 735\n", "{'filename': 'batch5_0326_browse.JPG', 'id': 'a5d9e3bc-b7f9-45ea-8acd-56b080f3f687', 'checksum': 'eeabfb90ed085103de0e47f4109509f4', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0326_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a5d9e3bc-b7f9-45ea-8acd-56b080f3f687'}, 'filesize': 4440}\n", "Uploading file 455 of 735\n", "{'filename': 'batch5_0327_browse.JPG', 'id': 'fa508d7f-e83a-442f-9b71-91df1c473fb3', 'checksum': '3df70515ead9889eadccb145fb82d6e6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0327_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fa508d7f-e83a-442f-9b71-91df1c473fb3'}, 'filesize': 4307}\n", "Uploading file 456 of 735\n", "{'filename': 'batch5_0328_browse.JPG', 'id': '9348efc5-1d6c-48ab-82db-a9c60e8d8308', 'checksum': '559dc52949ba0001a87f867390fbdf99', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0328_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9348efc5-1d6c-48ab-82db-a9c60e8d8308'}, 'filesize': 4131}\n", "Uploading file 457 of 735\n", "{'filename': 'batch5_0329_browse.JPG', 'id': 'dcd65a7c-eca9-48a1-9ee1-d2ff64ab3ff9', 'checksum': '005d98a10b7a8c4629418c996656a08c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0329_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dcd65a7c-eca9-48a1-9ee1-d2ff64ab3ff9'}, 'filesize': 3868}\n", "Uploading file 458 of 735\n", "{'filename': 'batch5_0330_browse.JPG', 'id': 'dec9e67a-013c-44d4-81bd-2199a7e70c0e', 'checksum': 'ec0ecfa1626a4ffc712cac894eb12b65', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0330_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dec9e67a-013c-44d4-81bd-2199a7e70c0e'}, 'filesize': 3808}\n", "Uploading file 459 of 735\n", "{'filename': 'batch5_0331_browse.JPG', 'id': 'fbd1f5e1-2afe-43eb-a79e-375ea4ff448f', 'checksum': '0237d5b9b7e9459afd9deb1e1fa26bd6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0331_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fbd1f5e1-2afe-43eb-a79e-375ea4ff448f'}, 'filesize': 3940}\n", "Uploading file 460 of 735\n", "{'filename': 'batch5_0332_browse.JPG', 'id': '2a8e808e-3d9c-4426-9f47-67d44f9bc916', 'checksum': 'f209ce9375d541b08729adb1cf6a0aae', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0332_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a8e808e-3d9c-4426-9f47-67d44f9bc916'}, 'filesize': 3916}\n", "Uploading file 461 of 735\n", "{'filename': 'batch5_0333_browse.JPG', 'id': 'bd73aaed-ddad-47a3-871d-7242087525a9', 'checksum': '6f44a1a650d21dabe4082f79e9835302', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0333_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bd73aaed-ddad-47a3-871d-7242087525a9'}, 'filesize': 4173}\n", "Uploading file 462 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0334_browse.JPG', 'id': 'ea7079d8-749e-40b2-ad7b-2ec5840fb994', 'checksum': 'df61470fd155f8683353f980a77754ad', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0334_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ea7079d8-749e-40b2-ad7b-2ec5840fb994'}, 'filesize': 4303}\n", "Uploading file 463 of 735\n", "{'filename': 'batch5_0335_browse.JPG', 'id': 'b3205d1d-eecc-4dbb-a243-d0c9383e6119', 'checksum': 'ab9971876a4da4b87fa6f55b0e57eb9a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0335_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b3205d1d-eecc-4dbb-a243-d0c9383e6119'}, 'filesize': 4521}\n", "Uploading file 464 of 735\n", "{'filename': 'batch5_0336_browse.JPG', 'id': '32bf7be2-bdae-4a2f-8554-8fc46db7b828', 'checksum': '91860457ef0990c12a5eff64a26e3118', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0336_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/32bf7be2-bdae-4a2f-8554-8fc46db7b828'}, 'filesize': 4728}\n", "Uploading file 465 of 735\n", "{'filename': 'batch5_0337_browse.JPG', 'id': 'b409083c-1c2f-4ae3-bd34-f1d09faaf66b', 'checksum': '3bc647433538258f8364c535450cb4a5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0337_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b409083c-1c2f-4ae3-bd34-f1d09faaf66b'}, 'filesize': 4967}\n", "Uploading file 466 of 735\n", "{'filename': 'batch5_0338_browse.JPG', 'id': '4fbac60d-d0be-455e-9485-fdc3b222bc8c', 'checksum': '2c8a6e8a519ed364fafb43d8eaa3953f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0338_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4fbac60d-d0be-455e-9485-fdc3b222bc8c'}, 'filesize': 5174}\n", "Uploading file 467 of 735\n", "{'filename': 'batch5_0339_browse.JPG', 'id': 'f64ddeb9-6a0b-494e-8c93-8f35c4daf7d4', 'checksum': '31b517a390eb9e1f7912c906389dd9a3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0339_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f64ddeb9-6a0b-494e-8c93-8f35c4daf7d4'}, 'filesize': 5668}\n", "Uploading file 468 of 735\n", "{'filename': 'batch5_0340_browse.JPG', 'id': 'b9b08c83-6cc2-4e7e-afe8-b902599d01d3', 'checksum': '8ca275a63b1a7aad64cc368136b48000', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0340_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b9b08c83-6cc2-4e7e-afe8-b902599d01d3'}, 'filesize': 6148}\n", "Uploading file 469 of 735\n", "{'filename': 'batch5_0341_browse.JPG', 'id': 'd908964e-4e36-4565-b913-5a0947d31982', 'checksum': 'de487f73a525b2944d7fb902fcb23a45', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0341_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d908964e-4e36-4565-b913-5a0947d31982'}, 'filesize': 6630}\n", "Uploading file 470 of 735\n", "{'filename': 'batch5_0342_browse.JPG', 'id': '2aaf5b90-2261-4b9a-a39e-0ae573070f2f', 'checksum': '67c4471acea85de48a1328c390287992', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0342_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2aaf5b90-2261-4b9a-a39e-0ae573070f2f'}, 'filesize': 7092}\n", "Uploading file 471 of 735\n", "{'filename': 'batch5_0343_browse.JPG', 'id': 'da1f84a5-4fa0-4227-8462-2b33c5d82489', 'checksum': '1dbc1454fb5dd61ce7ac1ef4c4fabb3f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0343_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/da1f84a5-4fa0-4227-8462-2b33c5d82489'}, 'filesize': 7573}\n", "Uploading file 472 of 735\n", "{'filename': 'batch5_0344_browse.JPG', 'id': 'f61faf2a-f254-45d1-a302-f2de2f68ad87', 'checksum': 'e2bbf642c17e647007672d63edf6d06b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0344_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f61faf2a-f254-45d1-a302-f2de2f68ad87'}, 'filesize': 7920}\n", "Uploading file 473 of 735\n", "{'filename': 'batch5_0345_browse.JPG', 'id': '7f43eb79-9c05-42d6-bd00-d83990031709', 'checksum': '1c185a2eb9171132ce68e611b43ab589', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0345_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7f43eb79-9c05-42d6-bd00-d83990031709'}, 'filesize': 8271}\n", "Uploading file 474 of 735\n", "{'filename': 'batch5_0346_browse.JPG', 'id': '2887058f-af8b-48d8-baff-fa5aa9f9aa06', 'checksum': '9578972b43c3d324e4cbe34a66cf9520', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0346_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2887058f-af8b-48d8-baff-fa5aa9f9aa06'}, 'filesize': 8071}\n", "Uploading file 475 of 735\n", "{'filename': 'batch5_0347_browse.JPG', 'id': '2afecd76-671e-4ab6-9734-97da4c64854e', 'checksum': 'a99357056092d93a8ad9f95b38386256', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0347_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2afecd76-671e-4ab6-9734-97da4c64854e'}, 'filesize': 7991}\n", "Uploading file 476 of 735\n", "{'filename': 'batch5_0348_browse.JPG', 'id': '952bc3b3-334b-4916-8849-1ec25ad63395', 'checksum': '2907ebabb843ee5ab289c2e684e6e730', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0348_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/952bc3b3-334b-4916-8849-1ec25ad63395'}, 'filesize': 8209}\n", "Uploading file 477 of 735\n", "{'filename': 'batch5_0349_browse.JPG', 'id': '6f0c0333-79cb-44c2-a233-b00699019fd3', 'checksum': '69bac863285f3d0239540d6d24d2faf3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0349_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6f0c0333-79cb-44c2-a233-b00699019fd3'}, 'filesize': 8463}\n", "Uploading file 478 of 735\n", "{'filename': 'batch5_0350_browse.JPG', 'id': '3b551bfe-7d27-479c-af4f-32e4fe4cd438', 'checksum': '6b9fb9748b749fd410a50588e8981d57', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0350_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3b551bfe-7d27-479c-af4f-32e4fe4cd438'}, 'filesize': 8329}\n", "Uploading file 479 of 735\n", "{'filename': 'batch5_0351_browse.JPG', 'id': '8aa4807f-50ef-40b7-acf7-38ddf82b16de', 'checksum': 'afde031032607ceb2649da8fbd1746a8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0351_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8aa4807f-50ef-40b7-acf7-38ddf82b16de'}, 'filesize': 7952}\n", "Uploading file 480 of 735\n", "{'filename': 'batch5_0352_browse.JPG', 'id': 'dfe038aa-65fc-4a39-be54-f551367e71e6', 'checksum': '242bc2e749e8b7cc9899c45ec49f51fa', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0352_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dfe038aa-65fc-4a39-be54-f551367e71e6'}, 'filesize': 7638}\n", "Uploading file 481 of 735\n", "{'filename': 'batch5_0353_browse.JPG', 'id': 'f5fa2d5b-303d-41b7-b405-cc7cdd05d328', 'checksum': '6a1d34a47c8afa66bbdf342f66ce5eb3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0353_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f5fa2d5b-303d-41b7-b405-cc7cdd05d328'}, 'filesize': 7222}\n", "Uploading file 482 of 735\n", "{'filename': 'batch5_0354_browse.JPG', 'id': '8e0afde6-e594-419b-aa09-4d9727370d1a', 'checksum': 'bdc4fb60c4614f95203833e7336435a8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0354_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8e0afde6-e594-419b-aa09-4d9727370d1a'}, 'filesize': 6918}\n", "Uploading file 483 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0355_browse.JPG', 'id': 'bd2c02b9-a637-41ad-a386-1a9279559343', 'checksum': '6bbd274f3e9726f8338bb40dec1e0b39', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0355_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bd2c02b9-a637-41ad-a386-1a9279559343'}, 'filesize': 6576}\n", "Uploading file 484 of 735\n", "{'filename': 'batch5_0356_browse.JPG', 'id': '716a4464-9e7f-4978-83c6-b1b696ab9a14', 'checksum': '8bd8dcd1e58e0fd3b94623cdb74562ce', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0356_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/716a4464-9e7f-4978-83c6-b1b696ab9a14'}, 'filesize': 6324}\n", "Uploading file 485 of 735\n", "{'filename': 'batch5_0357_browse.JPG', 'id': '04730712-9224-4ecf-b563-0b505ff0e069', 'checksum': '64c6b6b8f014bc9663f4598913644a46', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0357_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/04730712-9224-4ecf-b563-0b505ff0e069'}, 'filesize': 6101}\n", "Uploading file 486 of 735\n", "{'filename': 'batch5_0358_browse.JPG', 'id': '7662ea3f-2eef-40b0-8ed4-68a74f1929bb', 'checksum': '727b661f40778b8323fc2e6f4f0e37c3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0358_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7662ea3f-2eef-40b0-8ed4-68a74f1929bb'}, 'filesize': 5791}\n", "Uploading file 487 of 735\n", "{'filename': 'batch5_0359_browse.JPG', 'id': '53e8be93-a16e-42ff-8829-04b51a12c3c8', 'checksum': '441434e7ca12e4d772ce4fd249be977a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0359_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/53e8be93-a16e-42ff-8829-04b51a12c3c8'}, 'filesize': 5611}\n", "Uploading file 488 of 735\n", "{'filename': 'batch5_0360_browse.JPG', 'id': '73a0f8a9-697a-420c-be86-51036d3a11af', 'checksum': '3604fdbd600c5453901d498e17b8360e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0360_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/73a0f8a9-697a-420c-be86-51036d3a11af'}, 'filesize': 5503}\n", "Uploading file 489 of 735\n", "{'filename': 'batch5_0361_browse.JPG', 'id': '7ddc16c1-f801-4138-8bbd-a74c0044b0f1', 'checksum': 'ed42244ffaa3ecd5f796f6a8a0a63b46', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0361_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7ddc16c1-f801-4138-8bbd-a74c0044b0f1'}, 'filesize': 5470}\n", "Uploading file 490 of 735\n", "{'filename': 'batch5_0362_browse.JPG', 'id': 'ef3e5778-2558-4e94-bd00-1ff2ad4e2bb0', 'checksum': 'bbbe90afa7e19f5a1537f65668ffe97d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0362_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ef3e5778-2558-4e94-bd00-1ff2ad4e2bb0'}, 'filesize': 5341}\n", "Uploading file 491 of 735\n", "{'filename': 'batch5_0363_browse.JPG', 'id': '3c978432-ad01-41a7-836a-860f3381b39f', 'checksum': 'edabf0824548402d151dd75ec2713132', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0363_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3c978432-ad01-41a7-836a-860f3381b39f'}, 'filesize': 5358}\n", "Uploading file 492 of 735\n", "{'filename': 'batch5_0364_browse.JPG', 'id': 'c1b33f4e-9337-4c31-8d04-22adcb41dacd', 'checksum': '5e189eb4897cd43163decced3f27b229', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0364_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c1b33f4e-9337-4c31-8d04-22adcb41dacd'}, 'filesize': 5416}\n", "Uploading file 493 of 735\n", "{'filename': 'batch5_0365_browse.JPG', 'id': '07c626e5-43f2-4c6e-8c3c-a5b60d7c5ed8', 'checksum': 'c8db5c0c798138034f87f34ed63132a2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0365_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/07c626e5-43f2-4c6e-8c3c-a5b60d7c5ed8'}, 'filesize': 5456}\n", "Uploading file 494 of 735\n", "{'filename': 'batch5_0366_browse.JPG', 'id': '21786840-adf3-4a05-9b4d-637ad47977e3', 'checksum': '07c8f3fab3bda4baeffc2c9aeaafc919', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0366_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/21786840-adf3-4a05-9b4d-637ad47977e3'}, 'filesize': 5560}\n", "Uploading file 495 of 735\n", "{'filename': 'batch5_0367_browse.JPG', 'id': 'd4fa0da3-dec4-419d-82da-39069346e221', 'checksum': 'c8c60463517bff802974c025061bc150', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0367_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d4fa0da3-dec4-419d-82da-39069346e221'}, 'filesize': 5594}\n", "Uploading file 496 of 735\n", "{'filename': 'batch5_0368_browse.JPG', 'id': 'c465f57a-b94a-4565-940a-7b199bf38edd', 'checksum': 'a1d55539d69e5a0248d7b869fd35ce82', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0368_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c465f57a-b94a-4565-940a-7b199bf38edd'}, 'filesize': 5588}\n", "Uploading file 497 of 735\n", "{'filename': 'batch5_0369_browse.JPG', 'id': '81963512-b644-4788-bd74-6ba89ac5b015', 'checksum': 'ed14237cdf90e130fec01aa3ab942019', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0369_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/81963512-b644-4788-bd74-6ba89ac5b015'}, 'filesize': 5576}\n", "Uploading file 498 of 735\n", "{'filename': 'batch5_0370_browse.JPG', 'id': '7d124c7b-71df-4b36-af2c-b8cf76ee44e1', 'checksum': 'eb491cf8513d37152552ab90b0aba605', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0370_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7d124c7b-71df-4b36-af2c-b8cf76ee44e1'}, 'filesize': 5535}\n", "Uploading file 499 of 735\n", "{'filename': 'batch5_0371_browse.JPG', 'id': 'c558cfcc-1dae-45de-9e56-618287d100b6', 'checksum': 'aa55867d85d3a8a7f404cbbabffe54d3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0371_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c558cfcc-1dae-45de-9e56-618287d100b6'}, 'filesize': 5413}\n", "Uploading file 500 of 735\n", "{'filename': 'batch5_0372_browse.JPG', 'id': '6a69cfe2-1fb6-47aa-9dba-cc460fecbbaf', 'checksum': '393a9a60d84309ab1064bd1f7854c9e2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0372_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6a69cfe2-1fb6-47aa-9dba-cc460fecbbaf'}, 'filesize': 5311}\n", "Uploading file 501 of 735\n", "{'filename': 'batch5_0373_browse.JPG', 'id': '41cd14fd-dcd3-48d0-b818-14d0aea840c5', 'checksum': 'ff5a7bec5b7a0cc74e3a5116fa2f52a2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0373_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/41cd14fd-dcd3-48d0-b818-14d0aea840c5'}, 'filesize': 5188}\n", "Uploading file 502 of 735\n", "{'filename': 'batch5_0374_browse.JPG', 'id': '4d46a8d8-3eb4-4a69-952b-628cf28565be', 'checksum': 'a077b523fca267f2d5e21d5e9ddf35a8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0374_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4d46a8d8-3eb4-4a69-952b-628cf28565be'}, 'filesize': 5077}\n", "Uploading file 503 of 735\n", "{'filename': 'batch5_0375_browse.JPG', 'id': 'f82eb339-debf-489a-97af-6b0a73c3bd56', 'checksum': 'bd483c402fd109888d49886f6b2bb969', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0375_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f82eb339-debf-489a-97af-6b0a73c3bd56'}, 'filesize': 5297}\n", "Uploading file 504 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0376_browse.JPG', 'id': 'c01b6227-b13b-4ae4-aa33-b17fa8dbd88f', 'checksum': '1056553926db19594ab51ec913063683', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0376_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c01b6227-b13b-4ae4-aa33-b17fa8dbd88f'}, 'filesize': 5295}\n", "Uploading file 505 of 735\n", "{'filename': 'batch5_0377_browse.JPG', 'id': 'fcac234b-8fd0-4003-867e-b3ebbdb7e2d5', 'checksum': '4268897d5f5613eb4c68422dba13d78c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0377_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fcac234b-8fd0-4003-867e-b3ebbdb7e2d5'}, 'filesize': 5443}\n", "Uploading file 506 of 735\n", "{'filename': 'batch5_0378_browse.JPG', 'id': '3db083ef-4e99-418f-a9f1-f7be6e03e902', 'checksum': '848a21add0bdc96dc759c703407f3a0d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0378_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3db083ef-4e99-418f-a9f1-f7be6e03e902'}, 'filesize': 5479}\n", "Uploading file 507 of 735\n", "{'filename': 'batch5_0379_browse.JPG', 'id': '38da4186-d73f-4d87-83e1-3f90c77b1aa3', 'checksum': 'f048ffc3ec5b94f500b5763a011d6e8b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0379_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/38da4186-d73f-4d87-83e1-3f90c77b1aa3'}, 'filesize': 5514}\n", "Uploading file 508 of 735\n", "{'filename': 'batch5_0380_browse.JPG', 'id': '4279343c-9026-4e0f-a23d-be1da187e937', 'checksum': 'b3b93ea6fdcbe805140da26ad9ad5474', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0380_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4279343c-9026-4e0f-a23d-be1da187e937'}, 'filesize': 5510}\n", "Uploading file 509 of 735\n", "{'filename': 'batch5_0381_browse.JPG', 'id': 'd7b1fad1-5cfe-47bb-9479-737a7e3f03bf', 'checksum': '79960f133f9fdd65d9013c3e4ffbb2bf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0381_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d7b1fad1-5cfe-47bb-9479-737a7e3f03bf'}, 'filesize': 5481}\n", "Uploading file 510 of 735\n", "{'filename': 'batch5_0382_browse.JPG', 'id': '45ca9236-3ea9-483f-b9b1-8b2cee6a7e7a', 'checksum': 'fd025559db5658d1e30982f6f475a485', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0382_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45ca9236-3ea9-483f-b9b1-8b2cee6a7e7a'}, 'filesize': 5357}\n", "Uploading file 511 of 735\n", "{'filename': 'batch5_0383_browse.JPG', 'id': 'a3b20ebc-289b-450d-ac05-ab4eb26223a8', 'checksum': '106469de71abc59d3000814b286f1e21', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0383_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a3b20ebc-289b-450d-ac05-ab4eb26223a8'}, 'filesize': 5337}\n", "Uploading file 512 of 735\n", "{'filename': 'batch5_0384_browse.JPG', 'id': 'fb846b90-2d27-46e5-b0f7-69b94e583442', 'checksum': '8e2acbe66c05d66fd2433d0a569b8509', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0384_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fb846b90-2d27-46e5-b0f7-69b94e583442'}, 'filesize': 5317}\n", "Uploading file 513 of 735\n", "{'filename': 'batch5_0385_browse.JPG', 'id': 'ad1240f4-266c-4b58-a92b-3aaddb202552', 'checksum': 'b0b370287ca5d8e43c312426c36187f1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0385_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ad1240f4-266c-4b58-a92b-3aaddb202552'}, 'filesize': 5357}\n", "Uploading file 514 of 735\n", "{'filename': 'batch5_0386_browse.JPG', 'id': '838e2a09-7b4e-4618-8dc0-c87b156474e6', 'checksum': 'c38ea95c155604ad7f016611f387a625', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0386_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/838e2a09-7b4e-4618-8dc0-c87b156474e6'}, 'filesize': 5290}\n", "Uploading file 515 of 735\n", "{'filename': 'batch5_0387_browse.JPG', 'id': '8cff3e98-5e0f-4d34-88ff-0528a5210d76', 'checksum': '72a24595492baf7c5db9ae8911af877f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0387_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8cff3e98-5e0f-4d34-88ff-0528a5210d76'}, 'filesize': 5381}\n", "Uploading file 516 of 735\n", "{'filename': 'batch5_0388_browse.JPG', 'id': '0bad6f68-4ee7-442e-9eb9-9b0fad18b08a', 'checksum': '4f78f911ae2b8809e0e6e3efc6085932', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0388_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0bad6f68-4ee7-442e-9eb9-9b0fad18b08a'}, 'filesize': 5483}\n", "Uploading file 517 of 735\n", "{'filename': 'batch5_0389_browse.JPG', 'id': 'ad9528fb-71d8-4b6a-9436-fa3627c0c7bd', 'checksum': 'fe33384f1708d8ff0eac7626bddea31e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0389_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ad9528fb-71d8-4b6a-9436-fa3627c0c7bd'}, 'filesize': 5662}\n", "Uploading file 518 of 735\n", "{'filename': 'batch5_0390_browse.JPG', 'id': '8ec825a9-3f4c-4d3e-9221-06afb272b064', 'checksum': '4195e25c2ef5a2907c117e8629f9664d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0390_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8ec825a9-3f4c-4d3e-9221-06afb272b064'}, 'filesize': 5822}\n", "Uploading file 519 of 735\n", "{'filename': 'batch5_0391_browse.JPG', 'id': 'c2962140-7fee-45d7-aef1-d522891fcbde', 'checksum': 'c5c902f3292e334357385849207a079b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0391_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c2962140-7fee-45d7-aef1-d522891fcbde'}, 'filesize': 6072}\n", "Uploading file 520 of 735\n", "{'filename': 'batch5_0392_browse.JPG', 'id': '916c4564-cfb7-4173-8c55-d8d6acaf367c', 'checksum': 'f87e5c15f9142abf7ba820baf0ccfb87', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0392_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/916c4564-cfb7-4173-8c55-d8d6acaf367c'}, 'filesize': 6362}\n", "Uploading file 521 of 735\n", "{'filename': 'batch5_0393_browse.JPG', 'id': '8a097786-5357-46ba-a0fe-c7dcea809ed0', 'checksum': '5eaa29c1ff9fc09e6d730e57d809b2c1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0393_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8a097786-5357-46ba-a0fe-c7dcea809ed0'}, 'filesize': 6660}\n", "Uploading file 522 of 735\n", "{'filename': 'batch5_0394_browse.JPG', 'id': '8e1a8448-33ed-4fd7-ab8f-a71bbf849b7e', 'checksum': 'f02603fb8482e3061059be9350a486f9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0394_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8e1a8448-33ed-4fd7-ab8f-a71bbf849b7e'}, 'filesize': 6909}\n", "Uploading file 523 of 735\n", "{'filename': 'batch5_0395_browse.JPG', 'id': 'e32d8822-6aab-4abc-9f71-3998cf311f01', 'checksum': '658be18ea071b46163dde1a6020921e6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0395_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e32d8822-6aab-4abc-9f71-3998cf311f01'}, 'filesize': 7226}\n", "Uploading file 524 of 735\n", "{'filename': 'batch5_0396_browse.JPG', 'id': 'f488be84-231f-4168-b2b0-65bbfe5bf851', 'checksum': '9c907261bd8d3043e820bc93f8a51243', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0396_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f488be84-231f-4168-b2b0-65bbfe5bf851'}, 'filesize': 7644}\n", "Uploading file 525 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0397_browse.JPG', 'id': '609aed51-cbfc-4250-bca0-aee8090fab0c', 'checksum': 'b2b487c215cd127cb5cf06708b2c42f7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0397_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/609aed51-cbfc-4250-bca0-aee8090fab0c'}, 'filesize': 7830}\n", "Uploading file 526 of 735\n", "{'filename': 'batch5_0398_browse.JPG', 'id': '629850ec-8f34-418e-b37f-323b13484818', 'checksum': 'cb26a80561ba4d45e97d53de97603bca', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0398_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/629850ec-8f34-418e-b37f-323b13484818'}, 'filesize': 7367}\n", "Uploading file 527 of 735\n", "{'filename': 'batch5_0399_browse.JPG', 'id': '2a7739da-8476-4c5f-a26d-a7110aea8889', 'checksum': '7882db5c20bef71178fe8295a087cda2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0399_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a7739da-8476-4c5f-a26d-a7110aea8889'}, 'filesize': 7071}\n", "Uploading file 528 of 735\n", "{'filename': 'batch5_0400_browse.JPG', 'id': '7851af39-5bca-4118-a7fd-c51c6c3258e9', 'checksum': '7feeaa29e12aca6bb36bb4ef41b25c21', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0400_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7851af39-5bca-4118-a7fd-c51c6c3258e9'}, 'filesize': 6741}\n", "Uploading file 529 of 735\n", "{'filename': 'batch5_0401_browse.JPG', 'id': '5ccfb5a7-ed2f-480b-825d-6746b8670d0b', 'checksum': '50c3dad4309e5596bf132f981d976119', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0401_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5ccfb5a7-ed2f-480b-825d-6746b8670d0b'}, 'filesize': 6385}\n", "Uploading file 530 of 735\n", "{'filename': 'batch5_0402_browse.JPG', 'id': 'cb322897-b78f-4f0d-be0d-da8fd098019f', 'checksum': 'a79b75faed3b3a6590d1a050ee85d151', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0402_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/cb322897-b78f-4f0d-be0d-da8fd098019f'}, 'filesize': 6063}\n", "Uploading file 531 of 735\n", "{'filename': 'batch5_0403_browse.JPG', 'id': 'e9f5cd1c-dcab-4942-b209-44eeed08a71b', 'checksum': '79f903dd4ef2b859b38bd49fd3d88900', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0403_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e9f5cd1c-dcab-4942-b209-44eeed08a71b'}, 'filesize': 5815}\n", "Uploading file 532 of 735\n", "{'filename': 'batch5_0404_browse.JPG', 'id': '45416464-7871-490b-b312-771cfe687704', 'checksum': '907f5b45474a7d3896a0b703d45627b1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0404_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/45416464-7871-490b-b312-771cfe687704'}, 'filesize': 5555}\n", "Uploading file 533 of 735\n", "{'filename': 'batch5_0405_browse.JPG', 'id': 'a2bc668f-dd34-4eb4-a557-145e5cb18643', 'checksum': '4d5d4abfbfbb44c44acbf31c6b05fae8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0405_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a2bc668f-dd34-4eb4-a557-145e5cb18643'}, 'filesize': 5506}\n", "Uploading file 534 of 735\n", "{'filename': 'batch5_0406_browse.JPG', 'id': 'b03c87fa-1ebb-4a76-b40b-f6e90951aa32', 'checksum': '6fa917986609eda6e537281b708e3dd0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0406_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b03c87fa-1ebb-4a76-b40b-f6e90951aa32'}, 'filesize': 5418}\n", "Uploading file 535 of 735\n", "{'filename': 'batch5_0407_browse.JPG', 'id': '4b4c6f5c-01c6-41b6-b4f4-97284c642c01', 'checksum': '6639bb5c9e579bec871f159913184957', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0407_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4b4c6f5c-01c6-41b6-b4f4-97284c642c01'}, 'filesize': 5340}\n", "Uploading file 536 of 735\n", "{'filename': 'batch5_0408_browse.JPG', 'id': '600c28df-3c54-4d92-99d4-c715b5700327', 'checksum': '2e5d482676edab49e989a6a10d508b18', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0408_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/600c28df-3c54-4d92-99d4-c715b5700327'}, 'filesize': 5225}\n", "Uploading file 537 of 735\n", "{'filename': 'batch5_0409_browse.JPG', 'id': '3b064053-287b-498a-ac0f-38bb9313ce65', 'checksum': '43a2b61144b8fee17947809234585bf0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0409_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3b064053-287b-498a-ac0f-38bb9313ce65'}, 'filesize': 5155}\n", "Uploading file 538 of 735\n", "{'filename': 'batch5_0410_browse.JPG', 'id': '5996a624-946a-429b-8258-6057edfeec89', 'checksum': '1fbcd1a1dd56530fbb5eb615a015e83b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0410_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5996a624-946a-429b-8258-6057edfeec89'}, 'filesize': 5215}\n", "Uploading file 539 of 735\n", "{'filename': 'batch5_0411_browse.JPG', 'id': 'babb216b-cffe-4ed3-96a7-69a6594027e3', 'checksum': '7db32a3b6470321fb15149d7d6e2d254', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0411_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/babb216b-cffe-4ed3-96a7-69a6594027e3'}, 'filesize': 5264}\n", "Uploading file 540 of 735\n", "{'filename': 'batch5_0412_browse.JPG', 'id': 'b54fdda5-9e14-4cf7-926a-f5b6a6620994', 'checksum': '93cb37f9b795be0830c5326ddb9aa157', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0412_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b54fdda5-9e14-4cf7-926a-f5b6a6620994'}, 'filesize': 5331}\n", "Uploading file 541 of 735\n", "{'filename': 'batch5_0413_browse.JPG', 'id': '90367aad-3d1a-4615-b63e-59fbeb58018d', 'checksum': '8294f7fad910285ca16e85bd88ecb97a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0413_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/90367aad-3d1a-4615-b63e-59fbeb58018d'}, 'filesize': 5341}\n", "Uploading file 542 of 735\n", "{'filename': 'batch5_0414_browse.JPG', 'id': '68f6fd4c-6216-44bc-9f26-c586ba9905dc', 'checksum': '2919bc9a8e0617bd7ffc3d19d2c62909', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0414_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/68f6fd4c-6216-44bc-9f26-c586ba9905dc'}, 'filesize': 5417}\n", "Uploading file 543 of 735\n", "{'filename': 'batch5_0415_browse.JPG', 'id': 'f79c28db-221c-4476-8ba6-2c01fac6fa51', 'checksum': 'f68126fa4a0fd3b36027b60c3eea34f3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0415_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f79c28db-221c-4476-8ba6-2c01fac6fa51'}, 'filesize': 5462}\n", "Uploading file 544 of 735\n", "{'filename': 'batch5_0416_browse.JPG', 'id': '3b5a6de0-75ae-4f69-949a-b382a13b3721', 'checksum': 'fe809dd9818709b0746911d98a3b835f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0416_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3b5a6de0-75ae-4f69-949a-b382a13b3721'}, 'filesize': 5498}\n", "Uploading file 545 of 735\n", "{'filename': 'batch5_0417_browse.JPG', 'id': 'c94066f5-a631-444d-b670-0638a525bb2e', 'checksum': '51c93226de1284d12629be99dfb3194a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0417_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c94066f5-a631-444d-b670-0638a525bb2e'}, 'filesize': 5366}\n", "Uploading file 546 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0418_browse.JPG', 'id': 'e9b8ce48-430d-4447-8b7c-6e306c244f5e', 'checksum': '8eecf9fb28c58e9c6892aee800c0962f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0418_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e9b8ce48-430d-4447-8b7c-6e306c244f5e'}, 'filesize': 5340}\n", "Uploading file 547 of 735\n", "{'filename': 'batch5_0419_browse.JPG', 'id': 'dbad142a-2f01-4459-bc17-4c63464cd111', 'checksum': '2e5cc9664cbe42e0ac12a876134c1860', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0419_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dbad142a-2f01-4459-bc17-4c63464cd111'}, 'filesize': 5267}\n", "Uploading file 548 of 735\n", "{'filename': 'batch5_0420_browse.JPG', 'id': '46075e3b-f822-4c64-9acf-7e36e8315bb5', 'checksum': '0f82ebddb6ea1bfc80fe384af64647a0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0420_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/46075e3b-f822-4c64-9acf-7e36e8315bb5'}, 'filesize': 5151}\n", "Uploading file 549 of 735\n", "{'filename': 'batch5_0421_browse.JPG', 'id': '2c6af706-8d7e-45eb-89e3-7f1ac89f59de', 'checksum': '73d340b4ef9f2cdf952eb36d62c35ae2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0421_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2c6af706-8d7e-45eb-89e3-7f1ac89f59de'}, 'filesize': 5064}\n", "Uploading file 550 of 735\n", "{'filename': 'batch5_0422_browse.JPG', 'id': 'b1a0c376-0290-4969-ae71-8313308dd80c', 'checksum': '49c767bcd5b35332f9e75b4273869330', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0422_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b1a0c376-0290-4969-ae71-8313308dd80c'}, 'filesize': 4862}\n", "Uploading file 551 of 735\n", "{'filename': 'batch5_0423_browse.JPG', 'id': '5673af07-ec8c-4265-9b9e-2014a7a3c023', 'checksum': '214ef754c4161117bb53942aabcb991d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0423_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5673af07-ec8c-4265-9b9e-2014a7a3c023'}, 'filesize': 4924}\n", "Uploading file 552 of 735\n", "{'filename': 'batch5_0424_browse.JPG', 'id': 'a1d57486-581c-48ed-94a6-813674669f55', 'checksum': '21b221b46d2bdec16ffe7c3789d081e3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0424_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a1d57486-581c-48ed-94a6-813674669f55'}, 'filesize': 5042}\n", "Uploading file 553 of 735\n", "{'filename': 'batch5_0425_browse.JPG', 'id': 'c30415d4-2d3e-4d0b-9285-24892e7b5921', 'checksum': '18834f7ca545ee9a210e5dccf0a2bf0a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0425_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c30415d4-2d3e-4d0b-9285-24892e7b5921'}, 'filesize': 5159}\n", "Uploading file 554 of 735\n", "{'filename': 'batch5_0426_browse.JPG', 'id': '3238b7ab-013a-4d0b-b1a1-43d8ae69a0ab', 'checksum': '9b3251bda4b0864b15654e042d191afd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0426_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3238b7ab-013a-4d0b-b1a1-43d8ae69a0ab'}, 'filesize': 5297}\n", "Uploading file 555 of 735\n", "{'filename': 'batch5_0427_browse.JPG', 'id': '8a3dfe9a-b05e-4593-8ab9-0ac003460195', 'checksum': '385c863d789dd9c34fbec4d6c7fb8bfb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0427_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8a3dfe9a-b05e-4593-8ab9-0ac003460195'}, 'filesize': 5237}\n", "Uploading file 556 of 735\n", "{'filename': 'batch5_0428_browse.JPG', 'id': 'bc497c73-3503-4c77-bfc3-9e490b5631de', 'checksum': 'f58df8836c0dc877f5bc45e45ab9a040', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0428_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bc497c73-3503-4c77-bfc3-9e490b5631de'}, 'filesize': 5247}\n", "Uploading file 557 of 735\n", "{'filename': 'batch5_0429_browse.JPG', 'id': '2a01ae72-b675-4fcc-beac-37f3bce057b3', 'checksum': '7e34b1ae887f31d021b706af1e8d28f2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0429_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a01ae72-b675-4fcc-beac-37f3bce057b3'}, 'filesize': 5273}\n", "Uploading file 558 of 735\n", "{'filename': 'batch5_0430_browse.JPG', 'id': '4a48e7a3-26c2-4a75-b634-7455c8434023', 'checksum': 'e578b2b2e7155faefbb35d39b6e2023f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0430_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4a48e7a3-26c2-4a75-b634-7455c8434023'}, 'filesize': 5211}\n", "Uploading file 559 of 735\n", "{'filename': 'batch5_0431_browse.JPG', 'id': '11a9074e-b1bc-4191-a796-ba1dab5de4cb', 'checksum': '2362f22b3e417110cc58340520308272', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0431_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/11a9074e-b1bc-4191-a796-ba1dab5de4cb'}, 'filesize': 5145}\n", "Uploading file 560 of 735\n", "{'filename': 'batch5_0432_browse.JPG', 'id': '213ddf73-2ad4-4e02-8c48-1b215fdf5c72', 'checksum': '386cf65abb1f354aa190dabfb1cf866a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0432_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/213ddf73-2ad4-4e02-8c48-1b215fdf5c72'}, 'filesize': 5096}\n", "Uploading file 561 of 735\n", "{'filename': 'batch5_0433_browse.JPG', 'id': '37a25b87-9fcd-4c2c-b220-dbaef90f4e9c', 'checksum': '6810799529ac85753cbc0e8a0fe01839', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0433_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/37a25b87-9fcd-4c2c-b220-dbaef90f4e9c'}, 'filesize': 5010}\n", "Uploading file 562 of 735\n", "{'filename': 'batch5_0434_browse.JPG', 'id': '2b55c531-4fc3-4234-b237-ef68b4df3e6e', 'checksum': 'c946871c6674556805f47333eb6e6f75', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0434_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2b55c531-4fc3-4234-b237-ef68b4df3e6e'}, 'filesize': 4992}\n", "Uploading file 563 of 735\n", "{'filename': 'batch5_0435_browse.JPG', 'id': '228d20ad-75b0-4abb-9a8b-e42d2d05889f', 'checksum': 'ab7906d2fdffee4d33ded8e2ab473489', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0435_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/228d20ad-75b0-4abb-9a8b-e42d2d05889f'}, 'filesize': 4961}\n", "Uploading file 564 of 735\n", "{'filename': 'batch5_0436_browse.JPG', 'id': 'dd89f928-ce55-4629-9355-f682af746099', 'checksum': 'db28c8f0d737777a0c25b5a883354253', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0436_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/dd89f928-ce55-4629-9355-f682af746099'}, 'filesize': 5026}\n", "Uploading file 565 of 735\n", "{'filename': 'batch5_0437_browse.JPG', 'id': 'ba999251-aeed-48ef-8814-e9ebc8dc3bf4', 'checksum': '15030aa7c5b58fa4c4b186c020e8e98f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0437_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ba999251-aeed-48ef-8814-e9ebc8dc3bf4'}, 'filesize': 5120}\n", "Uploading file 566 of 735\n", "{'filename': 'batch5_0438_browse.JPG', 'id': '00b469f0-cb92-4b23-b525-fd3ee26ce8c3', 'checksum': '48c63fffbe286cf73d0b10b9232de39e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0438_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/00b469f0-cb92-4b23-b525-fd3ee26ce8c3'}, 'filesize': 5141}\n", "Uploading file 567 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0439_browse.JPG', 'id': 'd4d2a456-7c7d-4152-93db-1ccb00cd8d2a', 'checksum': '9bfa2ad603e36feb0a35abdff5f6cb4f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0439_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d4d2a456-7c7d-4152-93db-1ccb00cd8d2a'}, 'filesize': 5309}\n", "Uploading file 568 of 735\n", "{'filename': 'batch5_0440_browse.JPG', 'id': 'f51c72cf-58b2-485e-9f43-0174a5d2f24c', 'checksum': '3883674aaca37f7a896de4617f0d0516', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0440_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f51c72cf-58b2-485e-9f43-0174a5d2f24c'}, 'filesize': 5494}\n", "Uploading file 569 of 735\n", "{'filename': 'batch5_0441_browse.JPG', 'id': '07a39480-09d4-4d4b-aa21-089cbaa42d95', 'checksum': '67f6adaea1e81be6c2deab7753131072', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0441_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/07a39480-09d4-4d4b-aa21-089cbaa42d95'}, 'filesize': 5785}\n", "Uploading file 570 of 735\n", "{'filename': 'batch5_0442_browse.JPG', 'id': '9fc765d7-3747-473a-864e-a917c291df3c', 'checksum': 'be3c1ae48ea373c5f4f86c34bc898810', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0442_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9fc765d7-3747-473a-864e-a917c291df3c'}, 'filesize': 6105}\n", "Uploading file 571 of 735\n", "{'filename': 'batch5_0443_browse.JPG', 'id': 'ca39d797-a6b3-4df0-a7f3-664e208fcaa4', 'checksum': '56b56dd54fbb7a974f8a3589b6ed6195', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0443_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ca39d797-a6b3-4df0-a7f3-664e208fcaa4'}, 'filesize': 6483}\n", "Uploading file 572 of 735\n", "{'filename': 'batch5_0444_browse.JPG', 'id': '936ca12d-8a57-4a20-9600-fd576f58db5c', 'checksum': '0e773b6d72a714380d6e4272d9b8628f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0444_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/936ca12d-8a57-4a20-9600-fd576f58db5c'}, 'filesize': 6626}\n", "Uploading file 573 of 735\n", "{'filename': 'batch5_0445_browse.JPG', 'id': '5c8a44ce-ac21-4f4d-b7b9-76adfb15a9d9', 'checksum': '63ee658a3add7a0934d376abb0d5d04d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0445_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5c8a44ce-ac21-4f4d-b7b9-76adfb15a9d9'}, 'filesize': 6051}\n", "Uploading file 574 of 735\n", "{'filename': 'batch5_0446_browse.JPG', 'id': '0859413e-3832-437c-a684-072f28662b8d', 'checksum': '9d4551c3faea3c475100b0e7e5aab8f5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0446_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0859413e-3832-437c-a684-072f28662b8d'}, 'filesize': 5972}\n", "Uploading file 575 of 735\n", "{'filename': 'batch5_0447_browse.JPG', 'id': 'fd264c01-5181-4fde-9360-ed0e3da43b34', 'checksum': 'eb1c74b1288d6541691a9d5af6988e89', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0447_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fd264c01-5181-4fde-9360-ed0e3da43b34'}, 'filesize': 5873}\n", "Uploading file 576 of 735\n", "{'filename': 'batch5_0448_browse.JPG', 'id': 'c2dadc1d-116f-46ed-bad7-ac4e2a1d5b0e', 'checksum': 'e4cf2e4c522327b58b7c45e50b62e57a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0448_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c2dadc1d-116f-46ed-bad7-ac4e2a1d5b0e'}, 'filesize': 5989}\n", "Uploading file 577 of 735\n", "{'filename': 'batch5_0449_browse.JPG', 'id': '2c2eb1ac-208b-458b-9ea9-fd212c9a0de4', 'checksum': '24b765f14a1d40dbbb0c07e15179107b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0449_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2c2eb1ac-208b-458b-9ea9-fd212c9a0de4'}, 'filesize': 6059}\n", "Uploading file 578 of 735\n", "{'filename': 'batch5_0450_browse.JPG', 'id': 'b110b516-1b82-4786-884d-4df73c0957e5', 'checksum': '10057225207b2524791e2e821c2d2c99', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0450_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b110b516-1b82-4786-884d-4df73c0957e5'}, 'filesize': 6176}\n", "Uploading file 579 of 735\n", "{'filename': 'batch5_0451_browse.JPG', 'id': '33b3e978-affb-4fbc-8b4e-139102bcf78c', 'checksum': '5297e1baf5832a783dc0bde88986df7d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0451_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/33b3e978-affb-4fbc-8b4e-139102bcf78c'}, 'filesize': 6334}\n", "Uploading file 580 of 735\n", "{'filename': 'batch5_0452_browse.JPG', 'id': '49d56e44-b2bc-4427-a578-3ac7d92fa11f', 'checksum': '728b9617b9568b1dab6942a871340548', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0452_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/49d56e44-b2bc-4427-a578-3ac7d92fa11f'}, 'filesize': 6385}\n", "Uploading file 581 of 735\n", "{'filename': 'batch5_0453_browse.JPG', 'id': 'c8f3ebd7-1bc2-4b8e-8522-29639f92c7f8', 'checksum': '2d62d75837ac8975689e67c9c5775bd1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0453_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c8f3ebd7-1bc2-4b8e-8522-29639f92c7f8'}, 'filesize': 6288}\n", "Uploading file 582 of 735\n", "{'filename': 'batch5_0454_browse.JPG', 'id': 'ad704b28-0390-484f-81b6-050d04e6670d', 'checksum': 'c4f78ff6f378397658b7b2cc3897cd7a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0454_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ad704b28-0390-484f-81b6-050d04e6670d'}, 'filesize': 6270}\n", "Uploading file 583 of 735\n", "{'filename': 'batch5_0455_browse.JPG', 'id': '5ac4c30c-cd3d-4ad6-a6d6-8193a45677b0', 'checksum': 'b0214a8b4889f5146f0b911c15f22d3e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0455_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5ac4c30c-cd3d-4ad6-a6d6-8193a45677b0'}, 'filesize': 6264}\n", "Uploading file 584 of 735\n", "{'filename': 'batch5_0456_browse.JPG', 'id': '1c5099b4-cc74-4c02-bc36-31569df3116c', 'checksum': '5c42b1541c0939940cead0cae0dbe2f7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0456_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1c5099b4-cc74-4c02-bc36-31569df3116c'}, 'filesize': 6048}\n", "Uploading file 585 of 735\n", "{'filename': 'batch5_0457_browse.JPG', 'id': '65da950e-9e42-4257-8d5b-d65594e15f26', 'checksum': 'e62439138b571c62b548da07b42d8de0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0457_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/65da950e-9e42-4257-8d5b-d65594e15f26'}, 'filesize': 5878}\n", "Uploading file 586 of 735\n", "{'filename': 'batch5_0458_browse.JPG', 'id': '18b5893c-e615-4378-b8d7-757a6f190d78', 'checksum': '3f82cb8fc143e97bbf24323b76c3593e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0458_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/18b5893c-e615-4378-b8d7-757a6f190d78'}, 'filesize': 5936}\n", "Uploading file 587 of 735\n", "{'filename': 'batch5_0459_browse.JPG', 'id': 'd5b3406b-f5f5-436f-bb7f-6e003b26f3e0', 'checksum': '03d09fc3feba0bc9322c395c0cf71b40', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0459_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d5b3406b-f5f5-436f-bb7f-6e003b26f3e0'}, 'filesize': 5856}\n", "Uploading file 588 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0460_browse.JPG', 'id': 'a5721fe6-b814-431c-a024-daec0543cf16', 'checksum': 'acdac36c39b6a8e03f9cd7a149db67b6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0460_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a5721fe6-b814-431c-a024-daec0543cf16'}, 'filesize': 5620}\n", "Uploading file 589 of 735\n", "{'filename': 'batch5_0461_browse.JPG', 'id': '1d13790b-796d-4727-b534-724bacb192be', 'checksum': '26c74c95e3f334cb495a60c74c01a0ed', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0461_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d13790b-796d-4727-b534-724bacb192be'}, 'filesize': 5253}\n", "Uploading file 590 of 735\n", "{'filename': 'batch5_0462_browse.JPG', 'id': 'ea65e054-7f45-4f9f-83a5-36f660e1cb15', 'checksum': '5f1c771ea267ed9247b862ea7a68ca9b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0462_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ea65e054-7f45-4f9f-83a5-36f660e1cb15'}, 'filesize': 4689}\n", "Uploading file 591 of 735\n", "{'filename': 'batch5_0463_browse.JPG', 'id': 'a024e4ee-318a-476d-958a-30a20e559723', 'checksum': '7d47d37b8b849e59bbfba18a580c2c5c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0463_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a024e4ee-318a-476d-958a-30a20e559723'}, 'filesize': 4383}\n", "Uploading file 592 of 735\n", "{'filename': 'batch5_0464_browse.JPG', 'id': '8c49bce6-a94c-4432-9230-8537be6ab2d5', 'checksum': '03d4d1ccf2acad41f6c86b536afc11d3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0464_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8c49bce6-a94c-4432-9230-8537be6ab2d5'}, 'filesize': 4480}\n", "Uploading file 593 of 735\n", "{'filename': 'batch5_0465_browse.JPG', 'id': '87d7091b-2aad-41b1-84dc-fb3d3f052fd8', 'checksum': '4208eee0bd8409aa66b6dcc0f03781cd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0465_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/87d7091b-2aad-41b1-84dc-fb3d3f052fd8'}, 'filesize': 4649}\n", "Uploading file 594 of 735\n", "{'filename': 'batch5_0466_browse.JPG', 'id': '03c9bd05-c5ef-4154-ade5-3d051cebc3a9', 'checksum': '0bb79b8712737476b72f7874fdc63630', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0466_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/03c9bd05-c5ef-4154-ade5-3d051cebc3a9'}, 'filesize': 4881}\n", "Uploading file 595 of 735\n", "{'filename': 'batch5_0467_browse.JPG', 'id': '24f034ce-1737-4d83-8ffa-16ca28316c15', 'checksum': 'a3637f3273bd54ed2deceb67eb83da3f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0467_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/24f034ce-1737-4d83-8ffa-16ca28316c15'}, 'filesize': 4996}\n", "Uploading file 596 of 735\n", "{'filename': 'batch5_0468_browse.JPG', 'id': '497db6c1-9786-4cc8-ac45-97c3452b23fd', 'checksum': 'b885b937ce2fa659ff446be47e1b746c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0468_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/497db6c1-9786-4cc8-ac45-97c3452b23fd'}, 'filesize': 5064}\n", "Uploading file 597 of 735\n", "{'filename': 'batch5_0469_browse.JPG', 'id': '0d0151e1-12b5-424f-80be-f0b2b219940b', 'checksum': 'ee0a668ae6f5964d3693d422480145ac', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0469_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0d0151e1-12b5-424f-80be-f0b2b219940b'}, 'filesize': 4447}\n", "Uploading file 598 of 735\n", "{'filename': 'batch5_0470_browse.JPG', 'id': '266baa42-77ac-43cf-81b6-b517c05e05b7', 'checksum': 'ed2bf9a0878a2c24f8211874ab43b1b1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0470_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/266baa42-77ac-43cf-81b6-b517c05e05b7'}, 'filesize': 4169}\n", "Uploading file 599 of 735\n", "{'filename': 'batch5_0471_browse.JPG', 'id': 'ed9e65e9-bd46-4ad0-bfc9-ac808698fbd9', 'checksum': 'e371e468a3fed3f7b51ba5a88712b95a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0471_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ed9e65e9-bd46-4ad0-bfc9-ac808698fbd9'}, 'filesize': 4097}\n", "Uploading file 600 of 735\n", "{'filename': 'batch5_0472_browse.JPG', 'id': '50cd2995-a05b-4f3c-9dad-3b08f1843af5', 'checksum': '2f9e20e873fbe21872defc3998a7234c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0472_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/50cd2995-a05b-4f3c-9dad-3b08f1843af5'}, 'filesize': 4015}\n", "Uploading file 601 of 735\n", "{'filename': 'batch5_0473_browse.JPG', 'id': 'e0270095-6de8-45ad-a455-38fbff7e41f3', 'checksum': '975c85da6ac42da38b08790aae15eeff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0473_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e0270095-6de8-45ad-a455-38fbff7e41f3'}, 'filesize': 3849}\n", "Uploading file 602 of 735\n", "{'filename': 'batch5_0474_browse.JPG', 'id': '92052a09-3a82-4097-8a5a-707ee88a0c3c', 'checksum': '9208852f7106e81e9b1bf4cd94ea808e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0474_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/92052a09-3a82-4097-8a5a-707ee88a0c3c'}, 'filesize': 3863}\n", "Uploading file 603 of 735\n", "{'filename': 'batch5_0475_browse.JPG', 'id': '8ea20041-3987-4d7e-a664-4df87de0bc75', 'checksum': '92bfb196d44b4a6d6df8d99cb581d6ff', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0475_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8ea20041-3987-4d7e-a664-4df87de0bc75'}, 'filesize': 4065}\n", "Uploading file 604 of 735\n", "{'filename': 'batch5_0476_browse.JPG', 'id': 'c034b894-d544-4dee-9258-c57f835b4251', 'checksum': '4f0cc191e7ead9fc73d24dc866892692', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0476_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c034b894-d544-4dee-9258-c57f835b4251'}, 'filesize': 4352}\n", "Uploading file 605 of 735\n", "{'filename': 'batch5_0477_browse.JPG', 'id': 'b151bcfa-1642-4fa6-893f-dd41c126b41c', 'checksum': '40c0d8201ddd9ffcfb61b21b60cf1cc2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0477_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b151bcfa-1642-4fa6-893f-dd41c126b41c'}, 'filesize': 4615}\n", "Uploading file 606 of 735\n", "{'filename': 'batch5_0478_browse.JPG', 'id': '05fe239d-e1fa-43a8-b503-166e1650ad88', 'checksum': 'e5f33d265e6de375b742bce8fc375af8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0478_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/05fe239d-e1fa-43a8-b503-166e1650ad88'}, 'filesize': 4811}\n", "Uploading file 607 of 735\n", "{'filename': 'batch5_0479_browse.JPG', 'id': 'b72a2b7a-33f4-4fbc-9487-68097f7d1284', 'checksum': 'bbffb191b46f55585f3cce6abb628a16', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0479_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b72a2b7a-33f4-4fbc-9487-68097f7d1284'}, 'filesize': 5039}\n", "Uploading file 608 of 735\n", "{'filename': 'batch5_0480_browse.JPG', 'id': '5ac0b533-4c52-40f3-97dc-2ae548610c77', 'checksum': '7a89e2ccc01e55e69406627634b5989f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0480_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5ac0b533-4c52-40f3-97dc-2ae548610c77'}, 'filesize': 5297}\n", "Uploading file 609 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0481_browse.JPG', 'id': '0603e2de-5279-449d-ba3a-346a1070ee50', 'checksum': '759154d880630d0486a51fc9c159bc1a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0481_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0603e2de-5279-449d-ba3a-346a1070ee50'}, 'filesize': 5614}\n", "Uploading file 610 of 735\n", "{'filename': 'batch5_0482_browse.JPG', 'id': '1d6619e2-3701-4d2c-8fea-89a7ab197188', 'checksum': '090a276f7ed67a29f8ff6668e6d97445', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0482_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d6619e2-3701-4d2c-8fea-89a7ab197188'}, 'filesize': 5806}\n", "Uploading file 611 of 735\n", "{'filename': 'batch5_0483_browse.JPG', 'id': 'e2890620-71f0-4757-9344-6754e0c2f41e', 'checksum': 'd22c82a475a5ac3c4d3a05861235790b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0483_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e2890620-71f0-4757-9344-6754e0c2f41e'}, 'filesize': 5949}\n", "Uploading file 612 of 735\n", "{'filename': 'batch5_0484_browse.JPG', 'id': '2ca6238e-a514-4b08-a1e9-6b01b279a5c9', 'checksum': '103db9bc9855f42c744378e54e03069f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0484_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2ca6238e-a514-4b08-a1e9-6b01b279a5c9'}, 'filesize': 5958}\n", "Uploading file 613 of 735\n", "{'filename': 'batch5_0485_browse.JPG', 'id': '4afdc86f-92c0-47d6-8be5-4a8e84d28358', 'checksum': '17f2a7fd14a9bb8ef2ccee94a32cdb6e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0485_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4afdc86f-92c0-47d6-8be5-4a8e84d28358'}, 'filesize': 6010}\n", "Uploading file 614 of 735\n", "{'filename': 'batch5_0486_browse.JPG', 'id': '979a06af-39f2-4d79-9c6c-6980e6761d23', 'checksum': '7d3c379546026de8fbb4bd3f9f9669fd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0486_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/979a06af-39f2-4d79-9c6c-6980e6761d23'}, 'filesize': 5765}\n", "Uploading file 615 of 735\n", "{'filename': 'batch5_0487_browse.JPG', 'id': '09cb3e88-d9a5-472c-adc7-41540c419808', 'checksum': '24e0d64908ed34795aafd4909f7338ac', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0487_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/09cb3e88-d9a5-472c-adc7-41540c419808'}, 'filesize': 5698}\n", "Uploading file 616 of 735\n", "{'filename': 'batch5_0488_browse.JPG', 'id': '81e6af0f-a2ce-4c19-83ee-bb9a8b402b55', 'checksum': '2de3be068d9fd8f02a9e75b10f94f96e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0488_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/81e6af0f-a2ce-4c19-83ee-bb9a8b402b55'}, 'filesize': 5719}\n", "Uploading file 617 of 735\n", "{'filename': 'batch5_0489_browse.JPG', 'id': 'aec567bd-cab4-4b6e-b309-11a23a1d8d11', 'checksum': '760120e68013a0448bf96131f43d9084', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0489_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/aec567bd-cab4-4b6e-b309-11a23a1d8d11'}, 'filesize': 5770}\n", "Uploading file 618 of 735\n", "{'filename': 'batch5_0490_browse.JPG', 'id': '09d556c3-e9e6-4ee0-a393-785c36817cb0', 'checksum': '4736a16170ddaa2850da6266b923f982', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0490_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/09d556c3-e9e6-4ee0-a393-785c36817cb0'}, 'filesize': 5475}\n", "Uploading file 619 of 735\n", "{'filename': 'batch5_0491_browse.JPG', 'id': '839e8446-f0af-48b5-b19d-678c652e59dd', 'checksum': 'ab355e04ffb4408f1deccd6f77e1ca6e', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0491_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/839e8446-f0af-48b5-b19d-678c652e59dd'}, 'filesize': 5435}\n", "Uploading file 620 of 735\n", "{'filename': 'batch5_0492_browse.JPG', 'id': '9c3c3af4-fa30-4b99-af12-4443917337b6', 'checksum': '6b021f9d34845a163c014683d476eccd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0492_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9c3c3af4-fa30-4b99-af12-4443917337b6'}, 'filesize': 5678}\n", "Uploading file 621 of 735\n", "{'filename': 'batch5_0493_browse.JPG', 'id': 'f2e3a10d-d28f-4101-9878-072a9257398e', 'checksum': '6440077bb272458334997af3acfb48be', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0493_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f2e3a10d-d28f-4101-9878-072a9257398e'}, 'filesize': 5625}\n", "Uploading file 622 of 735\n", "{'filename': 'batch5_0494_browse.JPG', 'id': '4f197852-6d7a-4d2f-8c1d-e861dffc5cbd', 'checksum': '9239b09ab3383b615bfe82ce9bbe02a8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0494_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4f197852-6d7a-4d2f-8c1d-e861dffc5cbd'}, 'filesize': 5548}\n", "Uploading file 623 of 735\n", "{'filename': 'batch5_0495_browse.JPG', 'id': '1032e9ea-60ab-43bc-bea5-fabe75da9c8b', 'checksum': '6ecc74c277c5b4188a87f5b02033ad19', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0495_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1032e9ea-60ab-43bc-bea5-fabe75da9c8b'}, 'filesize': 5612}\n", "Uploading file 624 of 735\n", "{'filename': 'batch5_0496_browse.JPG', 'id': '66dda970-0ed7-4309-883f-a6c4987be36c', 'checksum': 'a1643b42676d95f8d8d6d39a42e61c93', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0496_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/66dda970-0ed7-4309-883f-a6c4987be36c'}, 'filesize': 5607}\n", "Uploading file 625 of 735\n", "{'filename': 'batch5_0497_browse.JPG', 'id': '36a98502-2d98-4a94-9558-e10d8b446dfd', 'checksum': 'e056e8369a10edcc7cd244d5fec66207', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0497_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/36a98502-2d98-4a94-9558-e10d8b446dfd'}, 'filesize': 5581}\n", "Uploading file 626 of 735\n", "{'filename': 'batch5_0498_browse.JPG', 'id': '007b450d-db2c-4436-9142-fd665fcb1b0c', 'checksum': '21dcff6a3b7926185ca772d864c6feef', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0498_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/007b450d-db2c-4436-9142-fd665fcb1b0c'}, 'filesize': 5550}\n", "Uploading file 627 of 735\n", "{'filename': 'batch5_0499_browse.JPG', 'id': 'd7d51e74-a0b7-4758-91b8-ae2292e9b648', 'checksum': '07d0971c921d4bae36b6a3dd04ca6263', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0499_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d7d51e74-a0b7-4758-91b8-ae2292e9b648'}, 'filesize': 5470}\n", "Uploading file 628 of 735\n", "{'filename': 'batch5_0500_browse.JPG', 'id': '51b4dc65-fcfb-47ff-966a-e83d507440f0', 'checksum': '7d068b0ac1d6f4918ee13e1996e0b2c0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0500_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/51b4dc65-fcfb-47ff-966a-e83d507440f0'}, 'filesize': 5361}\n", "Uploading file 629 of 735\n", "{'filename': 'batch5_0501_browse.JPG', 'id': '1e4505b5-588d-4797-9853-2ef7633cdca2', 'checksum': '9747ae4564f6a7e17ce0150b461ed621', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0501_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1e4505b5-588d-4797-9853-2ef7633cdca2'}, 'filesize': 5019}\n", "Uploading file 630 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0502_browse.JPG', 'id': '60f3db6d-b97d-4833-b825-f24419199977', 'checksum': '3d895feb5ed0017728cf2bce481af2c9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0502_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/60f3db6d-b97d-4833-b825-f24419199977'}, 'filesize': 4716}\n", "Uploading file 631 of 735\n", "{'filename': 'batch5_0503_browse.JPG', 'id': '539364bc-e25e-4c8d-8724-a7b93de93009', 'checksum': 'd40909efc58b7e0b65d3bd7c77c6cc1f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0503_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/539364bc-e25e-4c8d-8724-a7b93de93009'}, 'filesize': 4383}\n", "Uploading file 632 of 735\n", "{'filename': 'batch5_0504_browse.JPG', 'id': 'e0438edb-582d-492a-b02d-7ad57c3447e2', 'checksum': 'c3a7689ee5cec681a6d4c150ba25de30', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0504_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e0438edb-582d-492a-b02d-7ad57c3447e2'}, 'filesize': 4185}\n", "Uploading file 633 of 735\n", "{'filename': 'batch5_0505_browse.JPG', 'id': 'ebfc03c2-af1a-46fa-a199-1399f6317603', 'checksum': '287c154dea6b6b39de33970727e42e81', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0505_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ebfc03c2-af1a-46fa-a199-1399f6317603'}, 'filesize': 4070}\n", "Uploading file 634 of 735\n", "{'filename': 'batch5_0506_browse.JPG', 'id': 'ab5e5a1c-8cc3-4311-a9e6-2fd31bd7c337', 'checksum': '378c804ad214efddcbe2fa94e8ae0a56', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0506_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ab5e5a1c-8cc3-4311-a9e6-2fd31bd7c337'}, 'filesize': 3818}\n", "Uploading file 635 of 735\n", "{'filename': 'batch5_0507_browse.JPG', 'id': '834b7f17-5d26-4af7-b561-6a21c1494b61', 'checksum': 'e1fddceafecf34ba8ed52c8505749ccd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0507_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/834b7f17-5d26-4af7-b561-6a21c1494b61'}, 'filesize': 3649}\n", "Uploading file 636 of 735\n", "{'filename': 'batch5_0508_browse.JPG', 'id': 'e336fca2-9f37-4776-9903-25686c606a55', 'checksum': '49331a0965deac56df11ee615ad9a545', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0508_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/e336fca2-9f37-4776-9903-25686c606a55'}, 'filesize': 3504}\n", "Uploading file 637 of 735\n", "{'filename': 'batch5_0509_browse.JPG', 'id': '12317af1-5698-48c6-8c17-53abd1301080', 'checksum': '077322772c534b72f703f39c4f8b8780', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0509_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/12317af1-5698-48c6-8c17-53abd1301080'}, 'filesize': 3529}\n", "Uploading file 638 of 735\n", "{'filename': 'batch5_0510_browse.JPG', 'id': '6cfe01ad-dff2-409d-9dcc-30b7944b984b', 'checksum': '7b41a0a829101287cb583fff7f92bf95', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0510_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6cfe01ad-dff2-409d-9dcc-30b7944b984b'}, 'filesize': 3542}\n", "Uploading file 639 of 735\n", "{'filename': 'batch5_0511_browse.JPG', 'id': 'a2ead553-57c2-4d44-a06e-a0c2f234dd70', 'checksum': '45e9dfbba3d2693acf6ddc68015f6783', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0511_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a2ead553-57c2-4d44-a06e-a0c2f234dd70'}, 'filesize': 3529}\n", "Uploading file 640 of 735\n", "{'filename': 'batch5_0512_browse.JPG', 'id': '1586a354-72d4-4b50-8288-ce7021e5f93f', 'checksum': 'bc308e587d600eece8acfb086ce44761', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0512_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1586a354-72d4-4b50-8288-ce7021e5f93f'}, 'filesize': 3587}\n", "Uploading file 641 of 735\n", "{'filename': 'batch5_0513_browse.JPG', 'id': '1bce8f43-a333-4af4-893d-fffca984a642', 'checksum': 'fbc63a7fb254195fa59e55d75557743c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0513_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1bce8f43-a333-4af4-893d-fffca984a642'}, 'filesize': 3426}\n", "Uploading file 642 of 735\n", "{'filename': 'batch5_0514_browse.JPG', 'id': '780d7e92-7105-4242-87c3-54c1a6bd544f', 'checksum': 'ac14a58badf4c072efa15bf7c33f5b7b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0514_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/780d7e92-7105-4242-87c3-54c1a6bd544f'}, 'filesize': 3272}\n", "Uploading file 643 of 735\n", "{'filename': 'batch5_0515_browse.JPG', 'id': 'cbdb2115-21c5-49aa-a633-90ac52024c0f', 'checksum': '7d1623cca4c63c3c50930c18bdb2c9fe', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0515_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/cbdb2115-21c5-49aa-a633-90ac52024c0f'}, 'filesize': 3381}\n", "Uploading file 644 of 735\n", "{'filename': 'batch5_0516_browse.JPG', 'id': '6e31ae70-282f-4368-a125-43d306aab7b3', 'checksum': 'a7ab257eec4b94a026c8061f81a1dab9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0516_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6e31ae70-282f-4368-a125-43d306aab7b3'}, 'filesize': 3478}\n", "Uploading file 645 of 735\n", "{'filename': 'batch5_0517_browse.JPG', 'id': '01e7de32-6c68-4ee9-876d-60fa022c1004', 'checksum': '8fd5dcd84b1b441133dfe092bd1b5162', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0517_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/01e7de32-6c68-4ee9-876d-60fa022c1004'}, 'filesize': 3503}\n", "Uploading file 646 of 735\n", "{'filename': 'batch5_0518_browse.JPG', 'id': 'bfb5a5ad-5211-4024-a316-19a5de1705c4', 'checksum': '77073972f35cdf2f377ca6f60291ddc5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0518_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bfb5a5ad-5211-4024-a316-19a5de1705c4'}, 'filesize': 3685}\n", "Uploading file 647 of 735\n", "{'filename': 'batch5_0519_browse.JPG', 'id': '400ec438-bcf8-4c8d-b4d9-b4ed31fd2f00', 'checksum': 'd9a5e4fed7db1d3fdfd0b99f447697ba', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0519_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/400ec438-bcf8-4c8d-b4d9-b4ed31fd2f00'}, 'filesize': 3894}\n", "Uploading file 648 of 735\n", "{'filename': 'batch5_0520_browse.JPG', 'id': '5b758d2d-2458-4936-9768-46c5b3e74972', 'checksum': '5b33405bfb34995d806ada1daaf62237', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0520_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5b758d2d-2458-4936-9768-46c5b3e74972'}, 'filesize': 4124}\n", "Uploading file 649 of 735\n", "{'filename': 'batch5_0521_browse.JPG', 'id': 'ff41e0a7-c77a-4e48-bd97-537fb7f5bfc0', 'checksum': 'e2bfa8753bb2ed8f0305fea3fc024845', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0521_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ff41e0a7-c77a-4e48-bd97-537fb7f5bfc0'}, 'filesize': 4292}\n", "Uploading file 650 of 735\n", "{'filename': 'batch5_0522_browse.JPG', 'id': '04acb2c2-cf62-4e1d-a171-7c3aff14e3bc', 'checksum': '638212067c5e168964b745842384bf15', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0522_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/04acb2c2-cf62-4e1d-a171-7c3aff14e3bc'}, 'filesize': 4636}\n", "Uploading file 651 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch5_0523_browse.JPG', 'id': '8c7cd32d-60a8-4683-907b-0126a1a12016', 'checksum': '5ddc261b7a82159f1f415cc4cfbcb38c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0523_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8c7cd32d-60a8-4683-907b-0126a1a12016'}, 'filesize': 4869}\n", "Uploading file 652 of 735\n", "{'filename': 'batch5_0524_browse.JPG', 'id': '69bf7374-3b50-4713-9f70-66f50c42a6f7', 'checksum': 'a11f7feeff49442c6f31bcfe935c80ea', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0524_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/69bf7374-3b50-4713-9f70-66f50c42a6f7'}, 'filesize': 4964}\n", "Uploading file 653 of 735\n", "{'filename': 'batch5_0525_browse.JPG', 'id': 'ccc3b997-f39a-4e81-a9c1-7ce3a011b7b4', 'checksum': '46578a5f86f4376a212fff10bf56686b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0525_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ccc3b997-f39a-4e81-a9c1-7ce3a011b7b4'}, 'filesize': 5192}\n", "Uploading file 654 of 735\n", "{'filename': 'batch5_0526_browse.JPG', 'id': '30943755-e7af-4e24-b291-c7056180cb4a', 'checksum': '2082df38912d6739ca61731dcb8acf73', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0526_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/30943755-e7af-4e24-b291-c7056180cb4a'}, 'filesize': 5231}\n", "Uploading file 655 of 735\n", "{'filename': 'batch5_0527_browse.JPG', 'id': '78bb76ba-a945-47f1-a9b0-75854c113f15', 'checksum': '389ffc26061b12a1a89457125a7b1da0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0527_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/78bb76ba-a945-47f1-a9b0-75854c113f15'}, 'filesize': 5281}\n", "Uploading file 656 of 735\n", "{'filename': 'batch5_0528_browse.JPG', 'id': '593610d3-fd01-474f-8fa3-40b088bb96f5', 'checksum': 'a563d1ac5f891c4c3605bb08e8887e61', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0528_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/593610d3-fd01-474f-8fa3-40b088bb96f5'}, 'filesize': 5323}\n", "Uploading file 657 of 735\n", "{'filename': 'batch5_0529_browse.JPG', 'id': '002437df-a843-4016-ab9c-b17902522e71', 'checksum': '5ab53137b8f15d77685f27773cb2781f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0529_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/002437df-a843-4016-ab9c-b17902522e71'}, 'filesize': 5367}\n", "Uploading file 658 of 735\n", "{'filename': 'batch5_0530_browse.JPG', 'id': '68bfd5cb-a47d-4004-b7a4-473f1d902f4b', 'checksum': 'ff4717c0af4a86cf05e57be26f8a6f2b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0530_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/68bfd5cb-a47d-4004-b7a4-473f1d902f4b'}, 'filesize': 5409}\n", "Uploading file 659 of 735\n", "{'filename': 'batch5_0531_browse.JPG', 'id': '51b3f54c-7af4-4a2f-97fa-99e746ad5a96', 'checksum': '186c3906348e84085ad3e22b1566973d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0531_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/51b3f54c-7af4-4a2f-97fa-99e746ad5a96'}, 'filesize': 5464}\n", "Uploading file 660 of 735\n", "{'filename': 'batch5_0532_browse.JPG', 'id': 'af4a22e0-4944-4517-81f0-880e52b7cf4a', 'checksum': '6c4abaf7ad0f5b59307a3e691420a5b9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0532_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/af4a22e0-4944-4517-81f0-880e52b7cf4a'}, 'filesize': 5493}\n", "Uploading file 661 of 735\n", "{'filename': 'batch5_0533_browse.JPG', 'id': '51b77df5-b602-4315-8956-d17b2df7b247', 'checksum': '0cee2909c6ab687cd74ba9341fd8d73b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0533_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/51b77df5-b602-4315-8956-d17b2df7b247'}, 'filesize': 5580}\n", "Uploading file 662 of 735\n", "{'filename': 'batch5_0534_browse.JPG', 'id': 'a0840097-f45e-4ab8-b5c3-abed6ccb356f', 'checksum': '23583988cf4d87e31afaed453012cf9f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0534_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a0840097-f45e-4ab8-b5c3-abed6ccb356f'}, 'filesize': 5460}\n", "Uploading file 663 of 735\n", "{'filename': 'batch5_0535_browse.JPG', 'id': '319bfcf5-b4ac-4307-9958-fd66d9e5887b', 'checksum': 'a814ceaf517d6b7702c90fcc77028ac3', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0535_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/319bfcf5-b4ac-4307-9958-fd66d9e5887b'}, 'filesize': 5608}\n", "Uploading file 664 of 735\n", "{'filename': 'batch5_0538_browse.JPG', 'id': '8241346b-5965-4df1-afa0-ef100e078fd5', 'checksum': '2a09f1480a89ba51bb6cf804e37be313', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch5_0538_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/8241346b-5965-4df1-afa0-ef100e078fd5'}, 'filesize': 4163}\n", "Uploading file 665 of 735\n", "{'filename': 'batch6_0168_browse.JPG', 'id': '0b0aed3d-e5c7-4eab-b928-4744445e78f5', 'checksum': '411a8a165585cd0577165cc7c7bc08c8', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0168_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0b0aed3d-e5c7-4eab-b928-4744445e78f5'}, 'filesize': 4131}\n", "Uploading file 666 of 735\n", "{'filename': 'batch6_0169_browse.JPG', 'id': '1d830379-74d9-4197-b388-d8749ed0f26f', 'checksum': 'd4cf71841638d99160fdc465372a9eb1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0169_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d830379-74d9-4197-b388-d8749ed0f26f'}, 'filesize': 4205}\n", "Uploading file 667 of 735\n", "{'filename': 'batch6_0170_browse.JPG', 'id': 'bb0a3c41-751a-4f0e-9cd3-d30afbcc867e', 'checksum': 'ebe3cb09f7c47a8104ccfb04224af622', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0170_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bb0a3c41-751a-4f0e-9cd3-d30afbcc867e'}, 'filesize': 4246}\n", "Uploading file 668 of 735\n", "{'filename': 'batch6_0171_browse.JPG', 'id': 'c644a539-b7f1-4f45-b4ea-42adb020da0b', 'checksum': '12a3f8e68eb2edac30166e9296238f59', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0171_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c644a539-b7f1-4f45-b4ea-42adb020da0b'}, 'filesize': 3507}\n", "Uploading file 669 of 735\n", "{'filename': 'batch6_0172_browse.JPG', 'id': '930af52d-a6cb-4b3e-bb8e-33771feccc0d', 'checksum': '70720848e7b8dc541ba0b1afb02a6115', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0172_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/930af52d-a6cb-4b3e-bb8e-33771feccc0d'}, 'filesize': 2984}\n", "Uploading file 670 of 735\n", "{'filename': 'batch6_0173_browse.JPG', 'id': '7cd55951-46d7-4777-a5dd-410e2b373d9c', 'checksum': '10cc3b6ac0e27c31c5d0930dc8c8264f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0173_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7cd55951-46d7-4777-a5dd-410e2b373d9c'}, 'filesize': 3821}\n", "Uploading file 671 of 735\n", "{'filename': 'batch6_0174_browse.JPG', 'id': '1275a82e-d8fe-4802-900d-67b5caf17309', 'checksum': '3e0eb1aed6edb3703e8c5e153d6b651c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0174_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1275a82e-d8fe-4802-900d-67b5caf17309'}, 'filesize': 4008}\n", "Uploading file 672 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch6_0175_browse.JPG', 'id': 'd582cf24-3400-4100-a914-c43a311a4f29', 'checksum': '365d3fe0969d7e45c3bb44b3c46f3252', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0175_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d582cf24-3400-4100-a914-c43a311a4f29'}, 'filesize': 4191}\n", "Uploading file 673 of 735\n", "{'filename': 'batch6_0176_browse.JPG', 'id': '5201fef7-47a4-4864-b588-a62e2e945ba4', 'checksum': 'f44e649390dffb00f807fe9679696c9f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0176_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5201fef7-47a4-4864-b588-a62e2e945ba4'}, 'filesize': 4210}\n", "Uploading file 674 of 735\n", "{'filename': 'batch6_0177_browse.JPG', 'id': 'a504a847-eeb1-4428-bd66-1e4c504d4e7a', 'checksum': '931342fedbd4b3eb13c53cd431fa3376', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0177_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/a504a847-eeb1-4428-bd66-1e4c504d4e7a'}, 'filesize': 4282}\n", "Uploading file 675 of 735\n", "{'filename': 'batch6_0178_browse.JPG', 'id': '2d8a5818-1ec4-4b6a-a3be-12472855a82c', 'checksum': '6df689f5f33eb52271a1197fdb8512eb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0178_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2d8a5818-1ec4-4b6a-a3be-12472855a82c'}, 'filesize': 4243}\n", "Uploading file 676 of 735\n", "{'filename': 'batch6_0179_browse.JPG', 'id': '1d703c28-45be-443f-ad93-632e2ee92453', 'checksum': '0b3be852ab9c7c858ccb6dfac4f40bfb', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0179_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1d703c28-45be-443f-ad93-632e2ee92453'}, 'filesize': 4231}\n", "Uploading file 677 of 735\n", "{'filename': 'batch6_0180_browse.JPG', 'id': '0a9ed426-6c9c-43fe-bdbc-b240ffa087da', 'checksum': 'e26eda0a8a9fbb32b34e0d1ed05556a7', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0180_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0a9ed426-6c9c-43fe-bdbc-b240ffa087da'}, 'filesize': 4105}\n", "Uploading file 678 of 735\n", "{'filename': 'batch6_0181_browse.JPG', 'id': '6c58edb3-07c8-4a71-934b-157e318bd731', 'checksum': '6a1a28044efacf79c21c4583b031955c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0181_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6c58edb3-07c8-4a71-934b-157e318bd731'}, 'filesize': 4119}\n", "Uploading file 679 of 735\n", "{'filename': 'batch6_0182_browse.JPG', 'id': 'f2d6a0a3-ce18-4750-ac83-31598a8e5bc4', 'checksum': '994f640f08d9209d4b62a7f3458282e6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0182_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f2d6a0a3-ce18-4750-ac83-31598a8e5bc4'}, 'filesize': 4046}\n", "Uploading file 680 of 735\n", "{'filename': 'batch6_0183_browse.JPG', 'id': 'abffed2f-2a2f-4297-83c2-18ba9507bf60', 'checksum': '135d9f42ce5c6ace4aad564f51c567f6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0183_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/abffed2f-2a2f-4297-83c2-18ba9507bf60'}, 'filesize': 3798}\n", "Uploading file 681 of 735\n", "{'filename': 'batch6_0184_browse.JPG', 'id': '737de623-80ee-44fb-bd50-d30a269dc04e', 'checksum': '9a144fd6ad7b57c558d1838774dcede0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0184_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/737de623-80ee-44fb-bd50-d30a269dc04e'}, 'filesize': 3248}\n", "Uploading file 682 of 735\n", "{'filename': 'batch6_0185_browse.JPG', 'id': '31d1d5a3-cb60-4cf4-832d-803fdf089a89', 'checksum': 'd5e5808dcb7aac7130af14e8a6a4bbd2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0185_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/31d1d5a3-cb60-4cf4-832d-803fdf089a89'}, 'filesize': 3489}\n", "Uploading file 683 of 735\n", "{'filename': 'batch6_0186_browse.JPG', 'id': 'af46ea05-6430-490b-9dec-eb31bac79cc8', 'checksum': 'ebb87bcb66ba1aa11e6e64efda275b51', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0186_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/af46ea05-6430-490b-9dec-eb31bac79cc8'}, 'filesize': 4008}\n", "Uploading file 684 of 735\n", "{'filename': 'batch6_0187_browse.JPG', 'id': 'b81310fe-8904-45ff-a5b8-5850897dbdcb', 'checksum': '625aebf7248b4351f1520fdd2e3ff31f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0187_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b81310fe-8904-45ff-a5b8-5850897dbdcb'}, 'filesize': 4310}\n", "Uploading file 685 of 735\n", "{'filename': 'batch6_0188_browse.JPG', 'id': '3871fdd7-abc6-4a8a-b747-d8d08352a991', 'checksum': 'a644d1a71b267e1cc89806f4c9261a85', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0188_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3871fdd7-abc6-4a8a-b747-d8d08352a991'}, 'filesize': 4575}\n", "Uploading file 686 of 735\n", "{'filename': 'batch6_0189_browse.JPG', 'id': 'd67c93de-a2d4-417f-92dc-c26825a6fccf', 'checksum': 'b3108b410093f2785f39c35d7272c30c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0189_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d67c93de-a2d4-417f-92dc-c26825a6fccf'}, 'filesize': 4726}\n", "Uploading file 687 of 735\n", "{'filename': 'batch6_0190_browse.JPG', 'id': 'f688b9df-1f6d-4b95-8626-372f9248efe5', 'checksum': '5b4e3328bb7320de91f06ea98778988a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0190_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f688b9df-1f6d-4b95-8626-372f9248efe5'}, 'filesize': 4985}\n", "Uploading file 688 of 735\n", "{'filename': 'batch6_0191_browse.JPG', 'id': '10f70094-5f15-4384-93f4-b86608809672', 'checksum': 'c153894d63ec9e4771ecadbbd9d47162', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0191_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/10f70094-5f15-4384-93f4-b86608809672'}, 'filesize': 4942}\n", "Uploading file 689 of 735\n", "{'filename': 'batch6_0192_browse.JPG', 'id': 'f86f352f-9a49-4d6a-9d39-d9dfe8e5bfa8', 'checksum': 'ab59cf64573359d71117054f54ffc354', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0192_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/f86f352f-9a49-4d6a-9d39-d9dfe8e5bfa8'}, 'filesize': 4812}\n", "Uploading file 690 of 735\n", "{'filename': 'batch6_0193_browse.JPG', 'id': '9f1b3408-a858-448d-8c09-ad69cf2333a2', 'checksum': '5c8bf6021893b5a283929928e58bdf7c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0193_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9f1b3408-a858-448d-8c09-ad69cf2333a2'}, 'filesize': 4865}\n", "Uploading file 691 of 735\n", "{'filename': 'batch6_0194_browse.JPG', 'id': '04fa3ad6-8e3a-4deb-902b-5a7e81d0ab83', 'checksum': '4085107627b07115c89ad6d19256e66b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0194_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/04fa3ad6-8e3a-4deb-902b-5a7e81d0ab83'}, 'filesize': 4745}\n", "Uploading file 692 of 735\n", "{'filename': 'batch6_0195_browse.JPG', 'id': 'ec69b1b0-c70d-4de3-b15d-6f0a9e361383', 'checksum': 'd7d405942d34a76e0f51717d146dd319', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0195_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/ec69b1b0-c70d-4de3-b15d-6f0a9e361383'}, 'filesize': 4526}\n", "Uploading file 693 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch6_0196_browse.JPG', 'id': '2a547f21-2300-43fc-90b5-8430c9db732b', 'checksum': 'ca9b332155c410cde4c29f9444eb3de6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0196_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2a547f21-2300-43fc-90b5-8430c9db732b'}, 'filesize': 4354}\n", "Uploading file 694 of 735\n", "{'filename': 'batch6_0197_browse.JPG', 'id': 'de60dc70-350b-4b7c-9097-3cb1b0e36446', 'checksum': '0bb1c38ecdacfb8504cffcccde9f4710', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0197_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/de60dc70-350b-4b7c-9097-3cb1b0e36446'}, 'filesize': 3390}\n", "Uploading file 695 of 735\n", "{'filename': 'batch6_0198_browse.JPG', 'id': '494f3ecc-020f-4921-80e9-bcf77da58445', 'checksum': '61e6a335f711ba28d839007f493f807a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0198_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/494f3ecc-020f-4921-80e9-bcf77da58445'}, 'filesize': 3963}\n", "Uploading file 696 of 735\n", "{'filename': 'batch6_0199_browse.JPG', 'id': '74b5eace-391e-4f13-b11e-fc1666d6a837', 'checksum': '1614ec511d5ed9f20ee9843f632332ab', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0199_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/74b5eace-391e-4f13-b11e-fc1666d6a837'}, 'filesize': 4970}\n", "Uploading file 697 of 735\n", "{'filename': 'batch6_0200_browse.JPG', 'id': '6ce07991-b6a4-408b-ade3-c9a72470f565', 'checksum': '4de7e7ab08e6d0b936f367b84f4c6252', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0200_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6ce07991-b6a4-408b-ade3-c9a72470f565'}, 'filesize': 5154}\n", "Uploading file 698 of 735\n", "{'filename': 'batch6_0201_browse.JPG', 'id': '6a7d2a15-1d98-4148-b9c1-8454b9f30e43', 'checksum': '57daa80436e10b6a698e1ddcf8f81c20', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0201_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6a7d2a15-1d98-4148-b9c1-8454b9f30e43'}, 'filesize': 5388}\n", "Uploading file 699 of 735\n", "{'filename': 'batch6_0202_browse.JPG', 'id': '4b2c7d2b-24a2-452e-9a1b-128c7bc035d7', 'checksum': 'fcb746f76f1868dcf64386793d05340b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0202_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4b2c7d2b-24a2-452e-9a1b-128c7bc035d7'}, 'filesize': 5588}\n", "Uploading file 700 of 735\n", "{'filename': 'batch6_0203_browse.JPG', 'id': '3e47815d-bbe2-4004-a0d8-c4b4c2e2dc08', 'checksum': '06aecefb2ddac6fcff77e2ec33a06191', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0203_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3e47815d-bbe2-4004-a0d8-c4b4c2e2dc08'}, 'filesize': 5781}\n", "Uploading file 701 of 735\n", "{'filename': 'batch6_0204_browse.JPG', 'id': '5e0d7eb7-2b18-4eaf-88c3-a67246c4e2d6', 'checksum': '5687baec182bf6ea0de0a641588848ac', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0204_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/5e0d7eb7-2b18-4eaf-88c3-a67246c4e2d6'}, 'filesize': 5801}\n", "Uploading file 702 of 735\n", "{'filename': 'batch6_0205_browse.JPG', 'id': 'd57671bd-77d6-4573-a5c5-8ff92a80ec82', 'checksum': 'ec61a2ea32c6f466aba61ba196dad2cf', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0205_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d57671bd-77d6-4573-a5c5-8ff92a80ec82'}, 'filesize': 6057}\n", "Uploading file 703 of 735\n", "{'filename': 'batch6_0206_browse.JPG', 'id': '3756b748-67f5-4979-9c0a-c9e9ea9ac1e1', 'checksum': '448543fb89f767cf74990ee36e9ce076', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0206_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3756b748-67f5-4979-9c0a-c9e9ea9ac1e1'}, 'filesize': 6076}\n", "Uploading file 704 of 735\n", "{'filename': 'batch6_0207_browse.JPG', 'id': '1b9155c6-1af1-40d3-9396-83c6877ece1b', 'checksum': '2aabd89971a8b924c42d4e92ead03f70', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0207_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1b9155c6-1af1-40d3-9396-83c6877ece1b'}, 'filesize': 6011}\n", "Uploading file 705 of 735\n", "{'filename': 'batch6_0208_browse.JPG', 'id': 'c5c5bb3e-9ce1-48ad-8f5d-0859a97cd82f', 'checksum': 'f683f2c8f687a24218dca35ca563a505', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0208_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/c5c5bb3e-9ce1-48ad-8f5d-0859a97cd82f'}, 'filesize': 5742}\n", "Uploading file 706 of 735\n", "{'filename': 'batch6_0209_browse.JPG', 'id': '7eed39b0-8f80-4a68-bc14-8e4dfebcd42a', 'checksum': '7fd3b5128ac5c93c2de45cf5564c2cf0', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0209_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7eed39b0-8f80-4a68-bc14-8e4dfebcd42a'}, 'filesize': 5478}\n", "Uploading file 707 of 735\n", "{'filename': 'batch6_0210_browse.JPG', 'id': '6b6ba1b5-8028-426f-ae14-2dca75c633f2', 'checksum': 'd4bc6f326196a557642863479517d7a6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0210_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/6b6ba1b5-8028-426f-ae14-2dca75c633f2'}, 'filesize': 4510}\n", "Uploading file 708 of 735\n", "{'filename': 'batch6_0211_browse.JPG', 'id': '1de8957a-c705-4103-bcb3-c1b732ac315d', 'checksum': '61657539c0203bb8f2010667479c0c39', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0211_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1de8957a-c705-4103-bcb3-c1b732ac315d'}, 'filesize': 4987}\n", "Uploading file 709 of 735\n", "{'filename': 'batch6_0212_browse.JPG', 'id': '63cbcd39-972d-4b7c-966d-ab796c1a31ab', 'checksum': '860072e1e3783a2ad4ca49288a2cb2b5', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0212_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/63cbcd39-972d-4b7c-966d-ab796c1a31ab'}, 'filesize': 5908}\n", "Uploading file 710 of 735\n", "{'filename': 'batch6_0213_browse.JPG', 'id': '103837ff-70f2-4e7c-89cb-3d8c768755aa', 'checksum': 'b8fd679af083cf5de76ce25fc19d5f2d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0213_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/103837ff-70f2-4e7c-89cb-3d8c768755aa'}, 'filesize': 6333}\n", "Uploading file 711 of 735\n", "{'filename': 'batch6_0214_browse.JPG', 'id': '7dadb500-ad4f-485d-aa6e-96d0ab3fde4d', 'checksum': '8f52aa00e2047819aa6049bb4ec25ce6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0214_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/7dadb500-ad4f-485d-aa6e-96d0ab3fde4d'}, 'filesize': 6709}\n", "Uploading file 712 of 735\n", "{'filename': 'batch6_0215_browse.JPG', 'id': '858131cb-ea47-44ab-ba6c-97ac04ff39cd', 'checksum': '1c36815fcc68b6b413b066a69fe270ca', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0215_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/858131cb-ea47-44ab-ba6c-97ac04ff39cd'}, 'filesize': 6839}\n", "Uploading file 713 of 735\n", "{'filename': 'batch6_0216_browse.JPG', 'id': '213f513e-f2eb-4e76-9c71-91ed309f6839', 'checksum': '4e11f387abaece57a88a37f226390f04', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0216_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/213f513e-f2eb-4e76-9c71-91ed309f6839'}, 'filesize': 6911}\n", "Uploading file 714 of 735\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "{'filename': 'batch6_0217_browse.JPG', 'id': '0e08c061-78a5-4d42-90e8-8dc53f9be0ab', 'checksum': 'b60ea3b9980fbfcd7049ac262b72c7b2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0217_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/0e08c061-78a5-4d42-90e8-8dc53f9be0ab'}, 'filesize': 6699}\n", "Uploading file 715 of 735\n", "{'filename': 'batch6_0218_browse.JPG', 'id': '4ceff94b-e970-40da-886f-a343c9c328e7', 'checksum': '31ce55d7c73f5a280afebcae7f1bfa65', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0218_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4ceff94b-e970-40da-886f-a343c9c328e7'}, 'filesize': 6559}\n", "Uploading file 716 of 735\n", "{'filename': 'batch6_0219_browse.JPG', 'id': '1c998784-c1fa-401a-81c4-754651f5f74e', 'checksum': '7b7d644e1814b3b51675eab8b6f044dd', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0219_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/1c998784-c1fa-401a-81c4-754651f5f74e'}, 'filesize': 6450}\n", "Uploading file 717 of 735\n", "{'filename': 'batch6_0220_browse.JPG', 'id': 'd78a03c5-5f7f-45bd-8d28-f49ea5e0f392', 'checksum': 'b31a44a2a4b5791e50fbbdc8243a9179', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0220_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/d78a03c5-5f7f-45bd-8d28-f49ea5e0f392'}, 'filesize': 6374}\n", "Uploading file 718 of 735\n", "{'filename': 'batch6_0221_browse.JPG', 'id': 'fe2f089c-4175-4c23-8576-945aa4c37e27', 'checksum': '7a70c79384538434617da1b9c74a404a', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0221_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/fe2f089c-4175-4c23-8576-945aa4c37e27'}, 'filesize': 6241}\n", "Uploading file 719 of 735\n", "{'filename': 'batch6_0222_browse.JPG', 'id': '9034951a-86a5-4988-9ce7-ea8e34f6ed42', 'checksum': '4234fd17524e37faea9ef78a797ecad9', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0222_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9034951a-86a5-4988-9ce7-ea8e34f6ed42'}, 'filesize': 6205}\n", "Uploading file 720 of 735\n", "{'filename': 'batch6_0223_browse.JPG', 'id': '4a133759-6486-4699-8d4b-b885246d2ef8', 'checksum': '87d137d9099eb7e6c386967619040374', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0223_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/4a133759-6486-4699-8d4b-b885246d2ef8'}, 'filesize': 5232}\n", "Uploading file 721 of 735\n", "{'filename': 'batch6_0224_browse.JPG', 'id': '79e46019-05bb-4bd9-a7b8-370010ec5b89', 'checksum': 'd5f7920bc8cd5942d11e2020f800720f', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0224_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/79e46019-05bb-4bd9-a7b8-370010ec5b89'}, 'filesize': 6034}\n", "Uploading file 722 of 735\n", "{'filename': 'batch6_0225_browse.JPG', 'id': '53e5f812-ad3a-4de8-85c6-9c75a8fbe79a', 'checksum': 'c1d77301d96d2dc218935f9b6dc5ab09', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0225_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/53e5f812-ad3a-4de8-85c6-9c75a8fbe79a'}, 'filesize': 6882}\n", "Uploading file 723 of 735\n", "{'filename': 'batch6_0226_browse.JPG', 'id': '66810e6a-fb8a-4c7d-9b7c-cd661e5fefe9', 'checksum': '92d3b16708c456c616c1ae5d4647db94', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0226_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/66810e6a-fb8a-4c7d-9b7c-cd661e5fefe9'}, 'filesize': 6624}\n", "Uploading file 724 of 735\n", "{'filename': 'batch6_0227_browse.JPG', 'id': '9d1feb50-f5ad-49da-94a0-84745ccab18f', 'checksum': '629e010dca97c7d3253eb3f136b0842b', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0227_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/9d1feb50-f5ad-49da-94a0-84745ccab18f'}, 'filesize': 6572}\n", "Uploading file 725 of 735\n", "{'filename': 'batch6_0228_browse.JPG', 'id': '3608dc05-839a-4959-836c-28a68e068f5b', 'checksum': 'afbb2fddf903d465a1799b35a1332145', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0228_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/3608dc05-839a-4959-836c-28a68e068f5b'}, 'filesize': 6468}\n", "Uploading file 726 of 735\n", "{'filename': 'batch6_0229_browse.JPG', 'id': '39ac1d35-473c-49a4-b9fc-22ec7ac66927', 'checksum': '4e4475fb42b9714848761cd6ae490217', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0229_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/39ac1d35-473c-49a4-b9fc-22ec7ac66927'}, 'filesize': 6569}\n", "Uploading file 727 of 735\n", "{'filename': 'batch6_0230_browse.JPG', 'id': '35523ac8-d096-4bf4-bbc8-0e941ea702ef', 'checksum': '8cdeee4d63cbe6cd1af484c74e9e76c6', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0230_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/35523ac8-d096-4bf4-bbc8-0e941ea702ef'}, 'filesize': 6753}\n", "Uploading file 728 of 735\n", "{'filename': 'batch6_0231_browse.JPG', 'id': 'b49c00bb-d839-4f91-a9ed-4ed821bf26dd', 'checksum': 'e303fb3e901e0a899095bff703756202', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0231_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/b49c00bb-d839-4f91-a9ed-4ed821bf26dd'}, 'filesize': 6965}\n", "Uploading file 729 of 735\n", "{'filename': 'batch6_0232_browse.JPG', 'id': 'bdd14d12-1207-4c62-bce6-0d6f5f468cb1', 'checksum': '7fca054e46a9622edb77d44fa1be2742', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0232_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/bdd14d12-1207-4c62-bce6-0d6f5f468cb1'}, 'filesize': 7187}\n", "Uploading file 730 of 735\n", "{'filename': 'batch6_0233_browse.JPG', 'id': '2cb07c58-e0e0-4af6-b8b2-2c0326f7803d', 'checksum': '04f5ed613f6792b292658b1c4481b40c', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0233_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/2cb07c58-e0e0-4af6-b8b2-2c0326f7803d'}, 'filesize': 7292}\n", "Uploading file 731 of 735\n", "{'filename': 'batch6_0234_browse.JPG', 'id': '29bfd9b2-0732-47b4-9db6-b484e199c49f', 'checksum': '2215225a1d442c01b8b5d7f5fcbf38c1', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0234_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/29bfd9b2-0732-47b4-9db6-b484e199c49f'}, 'filesize': 6822}\n", "Uploading file 732 of 735\n", "{'filename': 'batch6_0235_browse.JPG', 'id': '66adc902-3ec4-406c-ba7b-03389ac2cb6e', 'checksum': 'f07440fda57588b74a157385fa5ac21d', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0235_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/66adc902-3ec4-406c-ba7b-03389ac2cb6e'}, 'filesize': 6450}\n", "Uploading file 733 of 735\n", "{'filename': 'batch6_0236_browse.JPG', 'id': '91975168-3c68-4078-812f-a69ffb383e7b', 'checksum': '1374e85699079fa1969f82108b0a8451', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0236_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/91975168-3c68-4078-812f-a69ffb383e7b'}, 'filesize': 5125}\n", "Uploading file 734 of 735\n", "{'filename': 'batch6_0237_browse.JPG', 'id': '51059f6e-1b32-4fbb-abfd-faaf900947ed', 'checksum': '1b5005970dca5a9f8f83bddf043871e2', 'links': {'download': 'https://zenodo.org/api/files/581b7558-0a51-4a3a-b0a3-3a13137020d3/batch6_0237_browse.JPG', 'self': 'https://zenodo.org/api/deposit/depositions/1095400/files/51059f6e-1b32-4fbb-abfd-faaf900947ed'}, 'filesize': 6245}\n" ] }, { "ename": "NameError", "evalue": "name 'data' is not defined", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m()\u001b[0m\n\u001b[1;32m 24\u001b[0m \u001b[0mheaders\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m{\u001b[0m\u001b[0;34m\"Content-Type\"\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0;34m\"application/json\"\u001b[0m\u001b[0;34m}\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 25\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 26\u001b[0;31m \u001b[0mr\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mrequests\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mput\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'%s/%s'\u001b[0m\u001b[0;34m%\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mapiUrl\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0md_id\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mparams\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;34m{\u001b[0m\u001b[0;34m'access_token'\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mACCESS_TOKEN\u001b[0m\u001b[0;34m}\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdata\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mjson\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mdumps\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdata\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mheaders\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mheaders\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 27\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 28\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mNameError\u001b[0m: name 'data' is not defined" ] } ], "source": [ "ACCESS_TOKEN='TBA' #REPLACE THIS LINE WITH ACTUAL TOKEN\n", "path=\"./raw-data/2017-11-19-AGPA-D/data/browse/\" #replace with your path\n", "filelist='./raw-data/2017-11-19-AGPA-D/data/browse/filelist2.txt' #replace with the reference to a file list.\n", "d_id = '1095400'\n", "\n", "\n", "\n", "\n", "import json\n", "import requests\n", "with open(filelist,'r') as f: fnames=[x[:-1] for x in f.readlines()]\n", "apiUrl='https://zenodo.org/api/deposit/depositions' # SANDBOX\n", "headers = {\"Content-Type\": \"application/json\"}\n", "\n", "uploadFile =lambda fname: requests.post('%s/%s/files'%(apiUrl,d_id), params={'access_token' : ACCESS_TOKEN}, \n", " data={'filename':fname}, files={'file':open('%s%s'%(path,fname),'rb')})\n", "numFilesStr=str(len(fnames))\n", "for i in range(len(fnames)):\n", " print('Uploading file %s of %s'%(str(i),numFilesStr))\n", " r=uploadFile(fnames[i])\n", " print(r.json())\n", "\n", "url = \"https://zenodo.org/api/deposit/depositions/\"+d_id+\"?access_token=TBA\"\n", "headers = {\"Content-Type\": \"application/json\"}\n", "\n", "r = requests.put('%s/%s'%(apiUrl,d_id), params={'access_token': ACCESS_TOKEN}, data=json.dumps(data), headers=headers)\n", "\n", "\n", "print(r.json())\n", "\n", "\n", "\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Create dataset" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Uploading file 0 of 2\n", "{'filename': 'batch1_0008.JPG', 'checksum': '560381a690a0573b7ac6082fb4f82d3d', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0008.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/files/2c39bebc-de65-49ca-9413-230f47f73b22'}, 'filesize': 5685842, 'id': '2c39bebc-de65-49ca-9413-230f47f73b22'}\n", "Uploading file 1 of 2\n", "{'filename': 'batch1_0009.JPG', 'checksum': 'c46b84fd9a58e48522476cb1ddda243a', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0009.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/files/22992437-6b9b-4950-81c3-cf598268288b'}, 'filesize': 5820899, 'id': '22992437-6b9b-4950-81c3-cf598268288b'}\n", "{'modified': '2017-12-18T07:49:45.405422+00:00', 'owner': 25154, 'submitted': False, 'created': '2017-12-18T07:49:32.154127+00:00', 'links': {'latest_draft_html': 'https://sandbox.zenodo.org/deposit/167561', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/actions/edit', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167561', 'bucket': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/actions/publish', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/actions/discard', 'registerconceptdoi': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/actions/registerconceptdoi', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/167561', 'html': 'https://sandbox.zenodo.org/deposit/167561', 'newversion': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/actions/newversion', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/167561/files'}, 'title': 'TEST6', 'id': 167561, 'metadata': {'license': 'CC-BY-4.0', 'keywords': ['planetary science', 'terrestrial analogues', 'volcanic terrains', 'Lanzarote', 'geoscience', 'Canary Islands', 'pangaea-x', 'remote sensing', 'photogrammetry'], 'version': '1.0', 'description': 'description', 'publication_date': '2017-12-18', 'upload_type': 'dataset', 'prereserve_doi': {'recid': 167561, 'doi': '10.5072/zenodo.167561'}, 'access_right': 'open', 'title': 'TEST6', 'creators': [{'name': 'Unnithan, Vikram', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-4656-3824'}, {'name': 'Rossi, Angelo Pio', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-0137-1984'}, {'name': 'Jaehrig, Tim', 'affiliation': 'Jacobs University Bremen'}]}, 'record_id': 167561, 'conceptrecid': '167560', 'state': 'unsubmitted', 'files': [{'filename': 'batch1_0008.JPG', 'checksum': '560381a690a0573b7ac6082fb4f82d3d', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0008.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167118/files/2c39bebc-de65-49ca-9413-230f47f73b22'}, 'filesize': 5685842, 'id': '2c39bebc-de65-49ca-9413-230f47f73b22'}, {'filename': 'batch1_0009.JPG', 'checksum': 'c46b84fd9a58e48522476cb1ddda243a', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0009.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167118/files/22992437-6b9b-4950-81c3-cf598268288b'}, 'filesize': 5820899, 'id': '22992437-6b9b-4950-81c3-cf598268288b'}]}\n" ] } ], "source": [ "ACCESS_TOKEN='TBA' #REPLACE THIS LINE WITH ACTUAL TOKEN\n", "path=\"./data/\" #replace with your path\n", "filelist='./data/filelist.txt' #replace with the reference to a file list.\n", "\n", "######################\n", "import requests\n", "import json\n", "with open(filelist,'r') as f: fnames=[x[:-1] for x in f.readlines()]\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions' # SANDBOX\n", "headers = {\"Content-Type\": \"application/json\"}\n", "r = requests.post(apiUrl,params={'access_token': ACCESS_TOKEN},json={},headers=headers)\n", "d_id = r.json()['id']\n", "uploadFile =lambda fname: requests.post('%s/%s/files'%(apiUrl,d_id), params={'access_token':ACCESS_TOKEN}, \n", " data={'filename':fname}, files={'file':open('%s%s'%(path,fname),'rb')})\n", "numFilesStr=str(len(fnames))\n", "for i in range(len(fnames)):\n", " print('Uploading file %s of %s'%(str(i),numFilesStr))\n", " r=uploadFile(fnames[i])\n", " print(r.json())\n", "data = {\n", " 'metadata': {\n", " 'title': 'TEST6',\n", " 'upload_type': 'dataset',\n", "# 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.',\n", " 'description': 'description',\n", "\n", " 'creators': [{'name': 'Unnithan, Vikram',\n", " 'affiliation': 'Jacobs University Bremen',\n", " 'orcid' : '0000-0002-4656-3824'},\n", " {'name': 'Rossi, Angelo Pio',\n", " 'affiliation': 'Jacobs University Bremen',\n", " 'orcid' : '0000-0002-0137-1984'},\n", " {'name': 'Jaehrig, Tim',\n", " 'affiliation': 'Jacobs University Bremen'}],\n", " 'keywords' : [\"planetary science\",\"terrestrial analogues\",\"volcanic terrains\",\n", " \"Lanzarote\",\"geoscience\",\"Canary Islands\",\"pangaea-x\",\n", " \"remote sensing\",\"photogrammetry\"],\n", " 'access_right':'open',\n", " 'license': 'cc-by',\n", " 'version' : '1.0'\n", " }\n", " }\n", "r = requests.put('%s/%s'%(apiUrl,d_id), params={'access_token': ACCESS_TOKEN}, data=json.dumps(data), headers=headers)\n", "# r = requests.post('%s/%s/actions/publish'%(apiUrl,d_id), params={'access_token': ACCESS_TOKEN} )\n", "print(r.json())\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# note down the ID" ] }, { "cell_type": "code", "execution_count": 18, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "167561\n" ] } ], "source": [ "d_id = r.json()['id']\n", "\n", "print(d_id)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Update datasets (only metadata)" ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "{'modified': '2017-12-18T06:51:51.195201+00:00', 'owner': 25154, 'submitted': False, 'created': '2017-12-18T06:46:42.139636+00:00', 'links': {'latest_draft_html': 'https://sandbox.zenodo.org/deposit/167141', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/actions/edit', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167141', 'bucket': 'https://sandbox.zenodo.org/api/files/4a11771f-fec4-44d1-8edc-aca6bd1f69a7', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/actions/publish', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/actions/discard', 'registerconceptdoi': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/actions/registerconceptdoi', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/167141', 'html': 'https://sandbox.zenodo.org/deposit/167141', 'newversion': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/actions/newversion', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/files'}, 'title': 'TEST4-updated metadata', 'id': 167141, 'metadata': {'license': 'CC-BY-4.0', 'version': '1.0', 'description': 'description update', 'publication_date': '2017-12-18', 'upload_type': 'dataset', 'prereserve_doi': {'recid': 167141, 'doi': '10.5072/zenodo.167141'}, 'access_right': 'open', 'title': 'TEST4-updated metadata', 'creators': [{'name': 'Unnithan, Vikram', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-4656-3824'}, {'name': 'Rossi, Angelo Pio', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-0137-1984'}, {'name': 'Jaehrig, Tim', 'affiliation': 'Jacobs University Bremen'}]}, 'record_id': 167141, 'conceptrecid': '167140', 'state': 'unsubmitted', 'files': [{'filename': 'batch1_0008.JPG', 'checksum': '560381a690a0573b7ac6082fb4f82d3d', 'links': {'download': 'https://sandbox.zenodo.org/api/files/4a11771f-fec4-44d1-8edc-aca6bd1f69a7/batch1_0008.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/9bb39550-1802-4d8c-a868-17fe6f5ae0a1'}, 'filesize': 5685842, 'id': '9bb39550-1802-4d8c-a868-17fe6f5ae0a1'}, {'filename': 'batch1_0009.JPG', 'checksum': 'c46b84fd9a58e48522476cb1ddda243a', 'links': {'download': 'https://sandbox.zenodo.org/api/files/4a11771f-fec4-44d1-8edc-aca6bd1f69a7/batch1_0009.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/b1e887d0-e9de-455c-ab65-29527c061d81'}, 'filesize': 5820899, 'id': 'b1e887d0-e9de-455c-ab65-29527c061d81'}, {'filename': 'batch1_0008_browse.JPG', 'checksum': 'ca1c0325d74b83669a1448cf8abcdfd3', 'links': {'download': 'https://sandbox.zenodo.org/api/files/4a11771f-fec4-44d1-8edc-aca6bd1f69a7/batch1_0008_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/0ecb9fa7-f78d-4d58-adf6-5719b7d0542b'}, 'filesize': 4991, 'id': '0ecb9fa7-f78d-4d58-adf6-5719b7d0542b'}, {'filename': 'batch1_0009_browse.JPG', 'checksum': '7986fd91fb96c3c55c24e12aed1ec43b', 'links': {'download': 'https://sandbox.zenodo.org/api/files/4a11771f-fec4-44d1-8edc-aca6bd1f69a7/batch1_0009_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/11c38a62-8347-4894-99ca-2f5f5f1fabf3'}, 'filesize': 4972, 'id': '11c38a62-8347-4894-99ca-2f5f5f1fabf3'}]}\n" ] } ], "source": [ "ACCESS_TOKEN='TBA' #REPLACE THIS LINE WITH ACTUAL TOKEN\n", "\n", "import json\n", "import requests\n", "with open(filelist,'r') as f: fnames=[x[:-1] for x in f.readlines()]\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions' # SANDBOX\n", "headers = {\"Content-Type\": \"application/json\"}\n", "# r = requests.post(apiUrl,params={'access_token': ACCESS_TOKEN},json={},headers=headers)\n", "# d_id = r.json()['id']\n", "d_id = '167141'\n", "\n", "data = {\n", " 'metadata': {\n", " 'title': 'TEST4-updated metadata',\n", " 'upload_type': 'dataset',\n", " 'description': 'description update',\n", " 'creators': [{'name': 'Unnithan, Vikram',\n", " 'affiliation': 'Jacobs University Bremen',\n", " 'orcid' : '0000-0002-4656-3824'},\n", " {'name': 'Rossi, Angelo Pio',\n", " 'affiliation': 'Jacobs University Bremen',\n", " 'orcid' : '0000-0002-0137-1984'},\n", " {'name': 'Jaehrig, Tim',\n", " 'affiliation': 'Jacobs University Bremen'}],\n", " 'access_right':'open',\n", " 'license': 'cc-by',\n", " 'version' : '1.0'\n", " }\n", " }\n", "url = \"https://sandbox.zenodo.org/api/deposit/depositions/\"+d_id+\"?access_token=TBA\"\n", "headers = {\"Content-Type\": \"application/json\"}\n", "\n", "r = requests.put('%s/%s'%(apiUrl,d_id), params={'access_token': ACCESS_TOKEN}, data=json.dumps(data), headers=headers)\n", "\n", "\n", "print(r.json())\n", "\n", "\n", "\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Publish" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "{'modified': '2017-12-18T07:52:12.625193+00:00', 'owner': 25154, 'submitted': True, 'conceptdoi': '10.5072/zenodo.167560', 'record_id': 167561, 'links': {'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.167560.svg', 'latest_html': 'https://sandbox.zenodo.org/record/167561', 'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.167561.svg', 'bucket': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5', 'conceptdoi': 'https://doi.org/10.5072/zenodo.167560', 'record': 'https://sandbox.zenodo.org/api/records/167561', 'record_html': 'https://sandbox.zenodo.org/record/167561', 'latest': 'https://sandbox.zenodo.org/api/records/167561', 'doi': 'https://doi.org/10.5072/zenodo.167561'}, 'metadata': {'version': '1.0', 'description': 'description', 'prereserve_doi': {'recid': 167561, 'doi': '10.5072/zenodo.167561'}, 'title': 'TEST6', 'doi': '10.5072/zenodo.167561', 'license': 'CC-BY-4.0', 'keywords': ['planetary science', 'terrestrial analogues', 'volcanic terrains', 'Lanzarote', 'geoscience', 'Canary Islands', 'pangaea-x', 'remote sensing', 'photogrammetry'], 'creators': [{'name': 'Unnithan, Vikram', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-4656-3824'}, {'name': 'Rossi, Angelo Pio', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-0137-1984'}, {'name': 'Jaehrig, Tim', 'affiliation': 'Jacobs University Bremen'}], 'publication_date': '2017-12-18', 'upload_type': 'dataset', 'communities': [{'identifier': 'zenodo'}], 'access_right': 'open'}, 'title': 'TEST6', 'id': 167561, 'doi_url': 'https://doi.org/10.5072/zenodo.167561', 'doi': '10.5072/zenodo.167561', 'created': '2017-12-18T07:49:32.154127+00:00', 'conceptrecid': '167560', 'state': 'done', 'files': [{'filename': 'batch1_0008.JPG', 'checksum': '560381a690a0573b7ac6082fb4f82d3d', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0008.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/2c39bebc-de65-49ca-9413-230f47f73b22'}, 'filesize': 5685842, 'id': '2c39bebc-de65-49ca-9413-230f47f73b22'}, {'filename': 'batch1_0009.JPG', 'checksum': 'c46b84fd9a58e48522476cb1ddda243a', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0009.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/22992437-6b9b-4950-81c3-cf598268288b'}, 'filesize': 5820899, 'id': '22992437-6b9b-4950-81c3-cf598268288b'}, {'filename': 'batch1_0008_browse.JPG', 'checksum': 'ca1c0325d74b83669a1448cf8abcdfd3', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0008_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/005d56ae-5239-4bcd-8f1f-7be579433177'}, 'filesize': 4991, 'id': '005d56ae-5239-4bcd-8f1f-7be579433177'}, {'filename': 'batch1_0009_browse.JPG', 'checksum': '7986fd91fb96c3c55c24e12aed1ec43b', 'links': {'download': 'https://sandbox.zenodo.org/api/files/e255abc5-9e94-4a0c-bedb-497f696f7dc5/batch1_0009_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167120/files/c8356210-5f86-479d-a38e-95a560e460ca'}, 'filesize': 4972, 'id': 'c8356210-5f86-479d-a38e-95a560e460ca'}]}\n" ] } ], "source": [ "ACCESS_TOKEN='TBA' #REPLACE THIS LINE WITH ACTUAL TOKEN\n", "\n", "import json\n", "import requests\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions' # SANDBOX\n", "d_id = '167561'\n", "headers = {\"Content-Type\": \"application/json\"}\n", "r = requests.post('%s/%s/actions/publish'%(apiUrl,d_id), params={'access_token': ACCESS_TOKEN} )\n", "\n", "print(r.json())\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# create new version with changed metadata and data" ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "https://sandbox.zenodo.org/api/deposit/depositions/167606\n", "{'modified': '2017-12-18T07:52:35.389644+00:00', 'owner': 25154, 'submitted': False, 'conceptdoi': '10.5072/zenodo.167560', 'created': '2017-12-18T07:52:33.669912+00:00', 'links': {'latest_draft_html': 'https://sandbox.zenodo.org/deposit/167606', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167606', 'latest_html': 'https://sandbox.zenodo.org/record/167561', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/actions/discard', 'html': 'https://sandbox.zenodo.org/deposit/167606', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/167606', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.167560.svg', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/actions/edit', 'bucket': 'https://sandbox.zenodo.org/api/files/45042cd7-44d8-4117-bde3-9e4c96c99573', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/actions/publish', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/files', 'registerconceptdoi': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/actions/registerconceptdoi', 'latest': 'https://sandbox.zenodo.org/api/records/167561', 'newversion': 'https://sandbox.zenodo.org/api/deposit/depositions/167606/actions/newversion', 'conceptdoi': 'https://doi.org/10.5072/zenodo.167560'}, 'title': 'TEST6', 'id': 167606, 'metadata': {'license': 'CC-BY-4.0', 'version': '2.0', 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'publication_date': '2017-12-18', 'upload_type': 'dataset', 'prereserve_doi': {'recid': 167606, 'doi': '10.5072/zenodo.167606'}, 'access_right': 'open', 'title': 'TEST6', 'creators': [{'name': 'Unnithan, Vikram', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-4656-3824'}, {'name': 'Rossi, Angelo Pio', 'affiliation': 'Jacobs University Bremen', 'orcid': '0000-0002-0137-1984'}, {'name': 'Jaehrig, Tim', 'affiliation': 'Jacobs University Bremen'}]}, 'record_id': 167606, 'conceptrecid': '167560', 'state': 'unsubmitted', 'files': [{'filename': 'batch1_0008_browse.JPG', 'checksum': 'ca1c0325d74b83669a1448cf8abcdfd3', 'links': {'download': 'https://sandbox.zenodo.org/api/files/45042cd7-44d8-4117-bde3-9e4c96c99573/batch1_0008_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/files/005d56ae-5239-4bcd-8f1f-7be579433177'}, 'filesize': 4991, 'id': '005d56ae-5239-4bcd-8f1f-7be579433177'}, {'filename': 'batch1_0008.JPG', 'checksum': '560381a690a0573b7ac6082fb4f82d3d', 'links': {'download': 'https://sandbox.zenodo.org/api/files/45042cd7-44d8-4117-bde3-9e4c96c99573/batch1_0008.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/files/2c39bebc-de65-49ca-9413-230f47f73b22'}, 'filesize': 5685842, 'id': '2c39bebc-de65-49ca-9413-230f47f73b22'}, {'filename': 'batch1_0009_browse.JPG', 'checksum': '7986fd91fb96c3c55c24e12aed1ec43b', 'links': {'download': 'https://sandbox.zenodo.org/api/files/45042cd7-44d8-4117-bde3-9e4c96c99573/batch1_0009_browse.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/files/c8356210-5f86-479d-a38e-95a560e460ca'}, 'filesize': 4972, 'id': 'c8356210-5f86-479d-a38e-95a560e460ca'}, {'filename': 'batch1_0009.JPG', 'checksum': 'c46b84fd9a58e48522476cb1ddda243a', 'links': {'download': 'https://sandbox.zenodo.org/api/files/45042cd7-44d8-4117-bde3-9e4c96c99573/batch1_0009.JPG', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/167141/files/22992437-6b9b-4950-81c3-cf598268288b'}, 'filesize': 5820899, 'id': '22992437-6b9b-4950-81c3-cf598268288b'}]}\n" ] } ], "source": [ "# original from Mikhail\n", "\n", "import json\n", "import requests\n", "d_id = '167561'\n", "\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions' # SANDBOX\n", "headers = {\"Content-Type\": \"application/json\"}\n", "\n", "# to create a new version\n", "r = requests.post(apiUrl +'/'+ d_id + '/actions/newversion', params={'access_token': ACCESS_TOKEN})\n", "\n", "data = {\n", " 'metadata': {\n", " 'title': 'TEST6',\n", " 'upload_type': 'dataset',\n", " 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.',\n", " \n", " 'creators': [{'name': 'Unnithan, Vikram',\n", " 'orcid' : '0000-0002-4656-3824',\n", " 'affiliation': 'Jacobs University Bremen'},\n", " {'name': 'Rossi, Angelo Pio',\n", " 'affiliation': 'Jacobs University Bremen',\n", " 'orcid' : '0000-0002-0137-1984'},\n", " {'name': 'Jaehrig, Tim',\n", " 'affiliation': 'Jacobs University Bremen'}],\n", " 'access_right':'open',\n", " 'license': 'cc-by',\n", " 'version' : '2.0'\n", " }\n", " }\n", "headers = {\"Content-Type\": \"application/json\"}\n", "\n", "draftApi=r.json()['links']['latest_draft']\n", "\n", "\n", "print(r.json()['links']['latest_draft'])\n", "\n", "r = requests.put(draftApi, params={'access_token': ACCESS_TOKEN}, data=json.dumps(data), headers=headers)\n", "\n", "print(r.json())" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# List uploads" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## list depositions" ] }, { "cell_type": "code", "execution_count": 17, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[{'doi': '10.5072/zenodo.147969', 'owner': 25154, 'links': {'doi': 'https://doi.org/10.5072/zenodo.147969', 'latest': 'https://sandbox.zenodo.org/api/records/147969', 'record': 'https://sandbox.zenodo.org/api/records/147969', 'latest_html': 'https://sandbox.zenodo.org/record/147969', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/147969', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/147969/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/147969/actions/edit', 'bucket': 'https://sandbox.zenodo.org/api/files/dd5dc8e7-cae6-4057-89e1-07c2d36cbbfb', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.147968.svg', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/147969/actions/publish', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/147969/files', 'record_html': 'https://sandbox.zenodo.org/record/147969', 'conceptdoi': 'https://doi.org/10.5072/zenodo.147968', 'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.147969.svg', 'html': 'https://sandbox.zenodo.org/deposit/147969'}, 'state': 'done', 'conceptrecid': '147968', 'created': '2017-12-12T17:00:57.054816', 'record_id': 147969, 'doi_url': 'https://doi.org/10.5072/zenodo.147969', 'submitted': True, 'conceptdoi': '10.5072/zenodo.147968', 'id': 147969, 'metadata': {'title': 'My first upload', 'doi': '10.5072/zenodo.147969', 'creators': [{'name': 'Doe, John', 'affiliation': 'Zenodo'}], 'access_right': 'open', 'publication_date': '2017-12-12', 'license': 'CC-BY-4.0', 'description': 'This is my first upload', 'upload_type': 'poster', 'prereserve_doi': {'recid': 147969, 'doi': '10.5072/zenodo.147969'}}, 'modified': '2017-12-12T17:01:06.509330', 'title': 'My first upload'}, {'doi': '10.5072/zenodo.147971', 'owner': 25154, 'links': {'doi': 'https://doi.org/10.5072/zenodo.147971', 'latest': 'https://sandbox.zenodo.org/api/records/147971', 'record': 'https://sandbox.zenodo.org/api/records/147971', 'latest_html': 'https://sandbox.zenodo.org/record/147971', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/147971', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/147971/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/147971/actions/edit', 'bucket': 'https://sandbox.zenodo.org/api/files/812e659e-d552-4743-aa64-48412e3ed033', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.147970.svg', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/147971/actions/publish', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/147971/files', 'record_html': 'https://sandbox.zenodo.org/record/147971', 'conceptdoi': 'https://doi.org/10.5072/zenodo.147970', 'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.147971.svg', 'html': 'https://sandbox.zenodo.org/deposit/147971'}, 'state': 'done', 'conceptrecid': '147970', 'created': '2017-12-12T19:17:10.700238', 'record_id': 147971, 'doi_url': 'https://doi.org/10.5072/zenodo.147971', 'submitted': True, 'conceptdoi': '10.5072/zenodo.147970', 'id': 147971, 'metadata': {'title': 'My first upload', 'doi': '10.5072/zenodo.147971', 'creators': [{'name': 'Doe, John', 'affiliation': 'Zenodo'}], 'access_right': 'open', 'publication_date': '2017-12-12', 'license': 'CC-BY-4.0', 'description': 'This is my first upload', 'upload_type': 'poster', 'prereserve_doi': {'recid': 147971, 'doi': '10.5072/zenodo.147971'}}, 'modified': '2017-12-12T19:19:09.754779', 'title': 'My first upload'}]\n" ] } ], "source": [ "import requests\n", "ACCESS_TOKEN='TBA' #REPLACE THIS LINE WITH ACTUAL TOKEN\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions' # SANDBOX\n", "\n", "\n", "response = requests.get(apiUrl,\n", " params={'q': 'my title',\n", " 'access_token': ACCESS_TOKEN})\n", "print(response.json())\n" ] }, { "cell_type": "code", "execution_count": 92, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[{'conceptrecid': '149057', 'created': '2017-12-14T13:40:16.025429', 'id': 149058, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/ecc92140-3f23-4f12-952a-f6744bfcff89', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149058/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149058/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149058/files', 'html': 'https://sandbox.zenodo.org/deposit/149058', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149058', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149058', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149058/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149058'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tim'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'license': 'CC-BY-4.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149058', 'recid': 149058}, 'publication_date': '2017-12-14', 'title': 'TEST-WITHOUT-BROWSE2', 'upload_type': 'dataset', 'version': '1.0'}, 'modified': '2017-12-14T13:40:21.074638', 'owner': 25154, 'record_id': 149058, 'state': 'unsubmitted', 'submitted': False, 'title': 'TEST-WITHOUT-BROWSE2'}, {'conceptrecid': '149053', 'created': '2017-12-14T13:35:47.438501', 'id': 149054, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/ed501428-bb50-43b7-8363-1f89795da67f', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149054/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149054/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149054/files', 'html': 'https://sandbox.zenodo.org/deposit/149054', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149054', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149054', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149054/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149054'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tim'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'license': 'CC-BY-4.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149054', 'recid': 149054}, 'publication_date': '2017-12-14', 'title': 'TEST-WITHOUT-BROWSE2', 'upload_type': 'dataset', 'version': '1.0'}, 'modified': '2017-12-14T13:39:24.824193', 'owner': 25154, 'record_id': 149054, 'state': 'unsubmitted', 'submitted': False, 'title': 'TEST-WITHOUT-BROWSE2'}, {'conceptrecid': '149055', 'created': '2017-12-14T13:39:20.312579', 'id': 149056, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/4a043ae1-86c5-47a2-82a5-12117e21f18c', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149056/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149056/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149056/files', 'html': 'https://sandbox.zenodo.org/deposit/149056', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149056', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149056', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149056/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149056'}, 'metadata': {'prereserve_doi': {'doi': '10.5072/zenodo.149056', 'recid': 149056}}, 'modified': '2017-12-14T13:39:24.091852', 'owner': 25154, 'record_id': 149056, 'state': 'unsubmitted', 'submitted': False, 'title': ''}, {'conceptdoi': '10.5072/zenodo.149023', 'conceptrecid': '149023', 'created': '2017-12-14T11:44:04.294255', 'doi': '10.5072/zenodo.149024', 'doi_url': 'https://doi.org/10.5072/zenodo.149024', 'id': 149024, 'links': {'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149024.svg', 'bucket': 'https://sandbox.zenodo.org/api/files/4c0ff01c-9d54-4ab1-a6e4-b2457aa66d66', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149023.svg', 'conceptdoi': 'https://doi.org/10.5072/zenodo.149023', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149024/actions/discard', 'doi': 'https://doi.org/10.5072/zenodo.149024', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149024/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149024/files', 'html': 'https://sandbox.zenodo.org/deposit/149024', 'latest': 'https://sandbox.zenodo.org/api/records/149024', 'latest_html': 'https://sandbox.zenodo.org/record/149024', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149024/actions/publish', 'record': 'https://sandbox.zenodo.org/api/records/149024', 'record_html': 'https://sandbox.zenodo.org/record/149024', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149024'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tom'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'doi': '10.5072/zenodo.149024', 'license': 'CC-BY-4.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149024', 'recid': 149024}, 'publication_date': '2017-12-14', 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19', 'upload_type': 'dataset'}, 'modified': '2017-12-14T11:44:15.903068', 'owner': 25154, 'record_id': 149024, 'state': 'done', 'submitted': True, 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19'}, {'conceptdoi': '10.5072/zenodo.149021', 'conceptrecid': '149021', 'created': '2017-12-14T11:43:46.310317', 'doi': '10.5072/zenodo.149022', 'doi_url': 'https://doi.org/10.5072/zenodo.149022', 'id': 149022, 'links': {'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149022.svg', 'bucket': 'https://sandbox.zenodo.org/api/files/d5ba818e-0fd9-4712-8db0-a6f0a2e9ef8b', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149021.svg', 'conceptdoi': 'https://doi.org/10.5072/zenodo.149021', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149022/actions/discard', 'doi': 'https://doi.org/10.5072/zenodo.149022', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149022/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149022/files', 'html': 'https://sandbox.zenodo.org/deposit/149022', 'latest': 'https://sandbox.zenodo.org/api/records/149022', 'latest_html': 'https://sandbox.zenodo.org/record/149022', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149022/actions/publish', 'record': 'https://sandbox.zenodo.org/api/records/149022', 'record_html': 'https://sandbox.zenodo.org/record/149022', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149022'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tom'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'doi': '10.5072/zenodo.149022', 'license': 'CC0-1.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149022', 'recid': 149022}, 'publication_date': '2017-12-14', 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19', 'upload_type': 'dataset'}, 'modified': '2017-12-14T11:43:56.799405', 'owner': 25154, 'record_id': 149022, 'state': 'done', 'submitted': True, 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19'}, {'conceptdoi': '10.5072/zenodo.149019', 'conceptrecid': '149019', 'created': '2017-12-14T11:43:19.443036', 'doi': '10.5072/zenodo.149020', 'doi_url': 'https://doi.org/10.5072/zenodo.149020', 'id': 149020, 'links': {'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149020.svg', 'bucket': 'https://sandbox.zenodo.org/api/files/172a5aab-340a-47b0-a5ba-f37b10ad75e6', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149019.svg', 'conceptdoi': 'https://doi.org/10.5072/zenodo.149019', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149020/actions/discard', 'doi': 'https://doi.org/10.5072/zenodo.149020', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149020/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149020/files', 'html': 'https://sandbox.zenodo.org/deposit/149020', 'latest': 'https://sandbox.zenodo.org/api/records/149020', 'latest_html': 'https://sandbox.zenodo.org/record/149020', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149020/actions/publish', 'record': 'https://sandbox.zenodo.org/api/records/149020', 'record_html': 'https://sandbox.zenodo.org/record/149020', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149020'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tom'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'doi': '10.5072/zenodo.149020', 'license': 'CC0-1.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149020', 'recid': 149020}, 'publication_date': '2017-12-14', 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19', 'upload_type': 'dataset'}, 'modified': '2017-12-14T11:43:31.013181', 'owner': 25154, 'record_id': 149020, 'state': 'done', 'submitted': True, 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19'}, {'conceptdoi': '10.5072/zenodo.149017', 'conceptrecid': '149017', 'created': '2017-12-14T11:43:00.911567', 'doi': '10.5072/zenodo.149018', 'doi_url': 'https://doi.org/10.5072/zenodo.149018', 'id': 149018, 'links': {'badge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149018.svg', 'bucket': 'https://sandbox.zenodo.org/api/files/4674ff8e-ad16-40ab-83f2-d725cc39aaca', 'conceptbadge': 'https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.149017.svg', 'conceptdoi': 'https://doi.org/10.5072/zenodo.149017', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149018/actions/discard', 'doi': 'https://doi.org/10.5072/zenodo.149018', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149018/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149018/files', 'html': 'https://sandbox.zenodo.org/deposit/149018', 'latest': 'https://sandbox.zenodo.org/api/records/149018', 'latest_html': 'https://sandbox.zenodo.org/record/149018', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149018/actions/publish', 'record': 'https://sandbox.zenodo.org/api/records/149018', 'record_html': 'https://sandbox.zenodo.org/record/149018', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149018'}, 'metadata': {'access_right': 'open', 'creators': [{'affiliation': 'Jacobs University Bremen', 'name': 'Unnithan, Vikram'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Rossi, Angelo Pio'}, {'affiliation': 'Jacobs University Bremen', 'name': 'Jaehrig, Tom'}], 'description': 'Data were collected in the framework of the ESA PANGAEA-X testing campaign held in November 2017: we acknowledge ESA for organising the campaign and providing scientific and logistic assistance on site. The authors would like also to thank the Geopark of Lanzarote, the touristic center of Cueva de Los Verdes, the Cabildo of Lanzarote, the National Park of Timanfaya and the IGEO-CSIC-UCM for providing the necessary permits.', 'doi': '10.5072/zenodo.149018', 'license': 'CC-BY-4.0', 'prereserve_doi': {'doi': '10.5072/zenodo.149018', 'recid': 149018}, 'publication_date': '2017-12-14', 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19', 'upload_type': 'poster'}, 'modified': '2017-12-14T11:43:09.224085', 'owner': 25154, 'record_id': 149018, 'state': 'done', 'submitted': True, 'title': 'Drone-based photogrammetric survey raw data from ESA PANGAEA-X 2017 planetary analogue campaign - Data collected on 2017-11-19'}, {'conceptrecid': '149013', 'created': '2017-12-14T11:42:06.382065', 'id': 149014, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/b00cc6b0-4b4a-47ac-8708-d147d8372c21', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149014/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149014/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149014/files', 'html': 'https://sandbox.zenodo.org/deposit/149014', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149014', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149014', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149014/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149014'}, 'metadata': {'prereserve_doi': {'doi': '10.5072/zenodo.149014', 'recid': 149014}}, 'modified': '2017-12-14T11:42:13.351352', 'owner': 25154, 'record_id': 149014, 'state': 'unsubmitted', 'submitted': False, 'title': ''}, {'conceptrecid': '149011', 'created': '2017-12-14T11:41:17.987206', 'id': 149012, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/ef6823bb-7bf4-417c-ab7c-8faaae51275b', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149012/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149012/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149012/files', 'html': 'https://sandbox.zenodo.org/deposit/149012', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149012', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149012', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149012/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149012'}, 'metadata': {'prereserve_doi': {'doi': '10.5072/zenodo.149012', 'recid': 149012}}, 'modified': '2017-12-14T11:41:36.395705', 'owner': 25154, 'record_id': 149012, 'state': 'unsubmitted', 'submitted': False, 'title': ''}, {'conceptrecid': '149007', 'created': '2017-12-14T10:41:32.886422', 'id': 149008, 'links': {'bucket': 'https://sandbox.zenodo.org/api/files/e73ea473-0682-4d7f-9a72-cb86d1b2f1ce', 'discard': 'https://sandbox.zenodo.org/api/deposit/depositions/149008/actions/discard', 'edit': 'https://sandbox.zenodo.org/api/deposit/depositions/149008/actions/edit', 'files': 'https://sandbox.zenodo.org/api/deposit/depositions/149008/files', 'html': 'https://sandbox.zenodo.org/deposit/149008', 'latest_draft': 'https://sandbox.zenodo.org/api/deposit/depositions/149008', 'latest_draft_html': 'https://sandbox.zenodo.org/deposit/149008', 'publish': 'https://sandbox.zenodo.org/api/deposit/depositions/149008/actions/publish', 'self': 'https://sandbox.zenodo.org/api/deposit/depositions/149008'}, 'metadata': {'prereserve_doi': {'doi': '10.5072/zenodo.149008', 'recid': 149008}}, 'modified': '2017-12-14T10:41:54.462671', 'owner': 25154, 'record_id': 149008, 'state': 'unsubmitted', 'submitted': False, 'title': ''}]\n" ] } ], "source": [ "import requests\n", "apiUrl='https://sandbox.zenodo.org/api/deposit/depositions'\n", "response = requests.get(apiUrl,params={'access_token': ACCESS_TOKEN})\n", "print(response.json())" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "# Delete (only for unpublished)" ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ ">\n" ] } ], "source": [ "# http://zenodo.readthedocs.io/en/latest/api/deposit.html\n", "\n", "import requests\n", "r = requests.delete('https://sandbox.zenodo.org/api/deposit/depositions/167132',\n", " params={'access_token': 'TBA'})\n", "\n", "print(r.json)\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.3" }, "toc": { "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "toc_cell": false, "toc_position": {}, "toc_section_display": "block", "toc_window_display": true }, "varInspector": { "cols": { "lenName": 16, "lenType": 16, "lenVar": 40 }, "kernels_config": { "python": { "delete_cmd_postfix": "", "delete_cmd_prefix": "del ", "library": "var_list.py", "varRefreshCmd": "print(var_dic_list())" }, "r": { "delete_cmd_postfix": ") ", "delete_cmd_prefix": "rm(", "library": "var_list.r", "varRefreshCmd": "cat(var_dic_list()) " } }, "types_to_exclude": [ "module", "function", "builtin_function_or_method", "instance", "_Feature" ], "window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }