Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

2,322

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

2,322 results for “Circulation”

Learn how ShareScore rates datasets ↗
zenodo40/100

FIG. 6 in The ways of fish beyond the sea: fish circulation and consumption in the Atacama desert, northern Chile, during the Formative period (500 cal B.C. - 700 cal A.D.)

FIG. 6. — Headless dried fish offered to a 4-6 years old infant in the route of Calate-Loa River mouth.

opencc-zeroMay 2019View details →
zenodo40/100

FIG. 7 in The ways of fish beyond the sea: fish circulation and consumption in the Atacama desert, northern Chile, during the Formative period (500 cal B.C. - 700 cal A.D.)

FIG. 7. — Composite food made of two kind of fishes tied together by a braided rope: a complete anchoveta and a boneless fillet of a bigger fish. Topater 01 cemetery (Gallardo 2017: fig. 2). Scale bar: 5 cm.

opencc-zeroMay 2019View details →
zenodo40/100

FIG. 9 in The ways of fish beyond the sea: fish circulation and consumption in the Atacama desert, northern Chile, during the Formative period (500 cal B.C. - 700 cal A.D.)

FIG. 9. — Graphic that indicates the relation between cranial and postcranial skeletal units in routes, Quillagua and interior oasis sites from the Atacama Desert during the Formative period. Both inferior bars show the same relation in reference skeletons from Trachurus murphyi Nichols, 1920 (60 cranial and 41 postcranial elements) and Cilus gilberti (Abbott, 1899) (60 cranial and 42 postcranial elements). Abbreviation: NISP, number of identified specimens.

opencc-zeroMay 2019View details →
zenodo40/100

FIG. 2 in The ways of fish beyond the sea: fish circulation and consumption in the Atacama desert, northern Chile, during the Formative period (500 cal B.C. - 700 cal A.D.)

FIG. 2. — Altitudinal profile of the region with the position from the different localities mentioned in the article. Sites in italics: main geographical landmarks. Ab- breviation: m a.s.l., meters above sea level.

opencc-zeroMay 2019View details →
zenodo40/100

FIG. 4 in The ways of fish beyond the sea: fish circulation and consumption in the Atacama desert, northern Chile, during the Formative period (500 cal B.C. - 700 cal A.D.)

FIG. 4. — Radiocarbon datations from the Formative sites of the Atacama Desert considered in this study. Marine and human material samples were excluded. Calibration made by SHCAL13 curve (Hogg et al. 2013) using Calib 704 (Stuiver et al. 2005).

opencc-zeroMay 2019View details →
zenodo40/100

Particle tracking dataset for: Exceptional 20th century ocean circulation in the Northeast Atlantic

<p>Particle tracking data for: &quot;Exceptional 20th century ocean circulation in the Northeast Atlantic&quot; Peter T. Spooner, David J. R. Thornalley, Delia W. Oppo, Alan Fox, Svetlana Radionovskaya, Neil L. Rose, Robbie Mallett, Emma Cooper, J. Murray Roberts</p> <p>VIKING20 (is a 1/20th degree ocean model, forced by a hindcast simulation of the atmosphere: CORE2 (Griffies et al., 2009). The reverse tracks of 113200 particles per year for 50 years, (1959-2009) were simulated with the ARIANE software (D&ouml;&ouml;s, 1995) modified to include independent vertical motion of particles. Particles were seeded at the seabed in 10 km x 10 km boxes centered on MC16-A/17-5P and RAPID-21-3K (representing the settling location). The reverse tracks &#39;rose&#39; (sinking) at 100 m/day (Takahashi &amp; Be, 1984) and were then allowed to drift freely within the upper 100 m of the water column for six months (i.e. spanning the reasonable lifespan for many species of planktic foraminifera).</p> <p>Track data for the full 50 years are stored in a single netcdf file (output of ncdump -h &lt;filename&gt; given below). The 3D particle positions are in variables traj_lon, traj_lat and traj_depth with the Viking20 model along-track temperature, salinity and density in traj_temp, temp_sal and traj_dens, respectively. The main complication is the obscure storage of time (see also ARIANE software documentation). Variable init_t gives particle start time, counting in 5-day periods from 12:00 pm on 29 December 1957. Viking20 uses a fixed 365 day year so the year can be found for track &#39;traj&#39; according to:</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; year&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp; 1958 + ( (init_t(traj)-1) \ 73 )&nbsp;&nbsp;&nbsp;&nbsp; where &#39;\&#39; represents integer division, discarding the remainder.</p> <p>All particle tracks &#39;begin&#39; (actually the end of the track in time as these are tracked backwards) at the start of July (12:00 pm July 1 in model). Particles are ordered by release time, so trajectories 1-113200 are 1959; 113201-226400 are 1960; etc. Positions are stored every 5 days, counting backwards.</p> <p>Further details are available from the authors.</p> <p>&nbsp;</p> <p>References</p> <p>D&ouml;&ouml;s, K. (1995). Interocean exchange of water masses. Journal of Geophysical Research, 100(C7), 13499. <a href="https://doi.org/10.1029/95JC00337">https://doi.org/10.1029/95JC00337</a></p> <p>Griffies, S. M., Biastoch, A., B&ouml;ning, C., Bryan, F., Danabasoglu, G., Chassignet, E. P., et al. (2009). Coordinated Ocean-ice Reference Experiments (COREs). Ocean Modelling, 26(1&ndash;2), 1&ndash;46. <a href="https://doi.org/10.1016/J.OCEMOD.2008.08.007">https://doi.org/10.1016/J.OCEMOD.2008.08.007</a></p> <p>Takahashi, K., &amp; Be, A. W. H. (1984). Planktonic foraminifera: factors controlling sinking speeds. Deep Sea Research Part A. Oceanographic Research Papers, 31(12), 1477&ndash;1500. <a href="https://doi.org/10.1016/0198-0149(84)90083-9">https://doi.org/10.1016/0198-0149(84)90083-9</a></p> <p>&nbsp;</p> <p>$ ncdump -h ariane_trajectories_qualitative.nc</p> <p>netcdf ariane_trajectories_qualitative {</p> <p>dimensions:</p> <p>ntraj = 5660000 ;</p> <p>nb_output = UNLIMITED ; // (74 currently)</p> <p>variables:</p> <p><strong>double init_x(ntraj) ;</strong></p> <p>init_x:title = &quot;What is init_x ?&quot; ;</p> <p>init_x:longname = &quot;Initial position in i&quot; ;</p> <p>init_x:units = &quot;No dimension&quot; ;</p> <p>init_x:missing_value = 1.e+20 ;</p> <p><strong>double init_y(ntraj) ;</strong></p> <p>init_y:title = &quot;What is init_y ?&quot; ;</p> <p>init_y:longname = &quot;Initial position in j&quot; ;</p> <p>init_y:units = &quot;No dimension&quot; ;</p> <p>init_y:missing_value = 1.e+20 ;</p> <p><strong>double init_z(ntraj) ;</strong></p> <p>init_z:title = &quot;What is init_z ?&quot; ;</p> <p>init_z:longname = &quot;Initial position in k&quot; ;</p> <p>init_z:units = &quot;No dimension&quot; ;</p> <p>init_z:missing_value = 1.e+20 ;</p> <p><strong>double init_t(ntraj) ;</strong></p> <p>init_t:title = &quot;What is init_t ?&quot; ;</p> <p>init_t:longname = &quot;Initial position in l (time)&quot; ;</p> <p>init_t:units = &quot;See global attributes...&quot; ;</p> <p>init_t:missing_value = 1.e+20 ;</p> <p><strong>double init_age(ntraj) ;</strong></p> <p>init_age:title = &quot;What is init_age ?&quot; ;</p> <p>init_age:longname = &quot;Initial age (time)&quot; ;</p> <p>init_age:units = &quot;seconds&quot; ;</p> <p>init_age:missing_value = 1.e+20 ;</p> <p><strong>double init_transp(ntraj) ;</strong></p> <p>init_transp:title = &quot;What is init_transp ?&quot; ;</p> <p>init_transp:longname = &quot;Initial transport&quot; ;</p> <p>init_transp:units = &quot;m3/s&quot; ;</p> <p>init_transp:missing_value = 1.e+20 ;</p> <p><strong>double l_matureage(ntraj) ;</strong></p> <p>l_matureage:title = &quot;What is l_matureage ?&quot; ;</p> <p>l_matureage:longname = &quot;Larval age of maturity&quot; ;</p> <p>l_matureage:units = &quot;days&quot; ;</p> <p>l_matureage:missing_value = 1.e+20 ;</p> <p><strong>double l_descendage(ntraj) ;</strong></p> <p>l_descendage:title = &quot;What is l_descendage ?&quot; ;</p> <p>l_descendage:longname = &quot;Larval age of competency&quot; ;</p> <p>l_descendage:units = &quot;days&quot; ;</p> <p>l_descendage:missing_value = 1.e+20 ;</p> <p><strong>double l_maxspeedup(ntraj) ;</strong></p> <p>l_maxspeedup:title = &quot;What is l_maxspeedup ?&quot; ;</p> <p>l_maxspeedup:longname = &quot;Max upward larval swim speed&quot; ;</p> <p>l_maxspeedup:units = &quot;mm s-1&quot; ;</p> <p>l_maxspeedup:missing_value = 1.e+20 ;</p> <p><strong>double l_maxspeeddown(ntraj) ;</strong></p> <p>l_maxspeeddown:title = &quot;What is l_maxspeeddown ?&quot; ;</p> <p>l_maxspeeddown:longname = &quot;Max downward larval swim speed&quot; ;</p> <p>l_maxspeeddown:units = &quot;mm s-1&quot; ;</p> <p>l_maxspeeddown:missing_value = 1.e+20 ;</p> <p><strong>int l_targetdepth(ntraj) ;</strong></p> <p>l_targetdepth:title = &quot;What is l_targetdepth ?&quot; ;</p> <p>l_targetdepth:longname = &quot;Target shallow depth&quot; ;</p> <p>l_targetdepth:units = &quot;No dimension&quot; ;</p> <p>l_targetdepth:missing_value = -1. ;</p> <p><strong>double final_x(ntraj) ;</strong></p> <p>final_x:title = &quot;What is final_x ?&quot; ;</p> <p>final_x:longname = &quot;Final position in x (or i)&quot; ;</p> <p>final_x:units = &quot;No dimension&quot; ;</p> <p>final_x:missing_value = 1.e+20 ;</p> <p><strong>double final_y(ntraj) ;</strong></p> <p>final_y:title = &quot;What is final_y ?&quot; ;</p> <p>final_y:longname = &quot;Final position in y (or j)&quot; ;</p> <p>final_y:units = &quot;No dimension&quot; ;</p> <p>final_y:missing_value = 1.e+20 ;</p> <p><strong>double final_z(ntraj) </strong>;</p> <p>final_z:title = &quot;What is final_z ?&quot; ;</p> <p>final_z:longname = &quot;Final position in z (or k)&quot; ;</p> <p>final_z:units = &quot;No dimension&quot; ;</p> <p>final_z:missing_value = 1.e+20 ;</p> <p><strong>double final_t(ntraj) ;</strong></p> <p>final_t:title = &quot;What is final_t ?&quot; ;</p> <p>final_t:longname = &quot;Final position in t (time)&quot; ;</p> <p>final_t:units = &quot;See global attributes...&quot; ;</p> <p>final_t:missing_value = 1.e+20 ;</p> <p><strong>double final_age(ntraj) ;</strong></p> <p>final_age:title = &quot;What is fial_age ?&quot; ;</p> <p>final_age:longname = &quot;Final Age.&quot; ;</p> <p>final_age:units = &quot;seconds&quot; ;</p> <p>final_age:missing_value = 1.e+20 ;</p> <p><strong>double final_transp(ntraj) ;</strong></p> <p>final_transp:title = &quot;What is final_transp ?&quot; ;</p> <p>final_transp:longname = &quot;Final transport&quot; ;</p> <p>final_transp:units = &quot;m3/s&quot; ;</p> <p>final_transp:missing_value = 1.e+20 ;</p> <p><strong>float traj_lon(nb_output, ntraj) ;</strong></p> <p>traj_lon:title = &quot;What is traj_lon ?&quot; ;</p> <p>traj_lon:longname = &quot;Trajectory: x positions&quot; ;</p> <p>traj_lon:units = &quot;No dimension&quot; ;</p> <p>traj_lon:missing_value = 1.e+20 ;</p> <p><strong>float traj_lat(nb_output, ntraj) ;</strong></p> <p>traj_lat:title = &quot;What is traj_lat ?&quot; ;</p> <p>traj_lat:longname = &quot;Trajectory: y positions&quot; ;</p> <p>traj_lat:units = &quot;No dimension&quot; ;</p> <p>traj_lat:missing_value = 1.e+20 ;</p> <p><strong>float traj_depth(nb_output, ntraj) ;</strong></p> <p>traj_depth:title = &quot;What is traj_depth ?&quot; ;</p> <p>traj_depth:longname = &quot;Trajectory: z positions&quot; ;</p> <p>traj_depth:units = &quot;No dimension&quot; ;</p> <p>traj_depth:missing_value = 1.e+20 ;</p> <p><strong>float traj_time(nb_output, ntraj) ;</strong></p> <p>traj_time:title = &quot;What is traj_time ?&quot; ;</p> <p>traj_time:longname = &quot;Trajectory: time positions&quot; ;</p> <p>traj_time:units = &quot;See global attributes&quot; ;</p> <p>traj_time:missing_value = 1.e+20 ;</p> <p><strong>float traj_iU(nb_output, ntraj) ;</strong></p> <p>traj_iU:title = &quot;ind i on grid U&quot; ;</p> <p>traj_iU:longname = &quot;Trajectory: i on grid U&quot; ;</p> <p>traj_iU:units = &quot;No dimension&quot; ;</p> <p>traj_iU:missing_value = 1.e+20 ;</p> <p><strong>float traj_jV(nb_output, ntraj) ;</strong></p> <p>traj_jV:title = &quot;ind j on grid V&quot; ;</p> <p>traj_jV:longname = &quot;Trajectory: j on grid V&quot; ;</p> <p>traj_jV:units = &quot;No dimension&quot; ;</p> <p>traj_jV:missing_value = 1.e+20 ;</p> <p><strong>float traj_kW(nb_output, ntraj) ;</strong></p> <p>traj_kW:title = &quot;ind k on grid W&quot; ;</p> <p>traj_kW:longname = &quot;Trajectory: k on grid W&quot; ;</p> <p>traj_kW:units = &quot;No dimension&quot; ;</p> <p>traj_kW:missing_value = 1.e+20 ;</p> <p><strong>float traj_temp(nb_output, ntraj) ;</strong></p> <p>traj_temp:title = &quot;What is traj_temp ?&quot; ;</p> <p>traj_temp:longname = &quot;Trajectory: temperatures&quot; ;</p> <p>traj_temp:units = &quot;degres&quot; ;</p> <p>traj_temp:missing_value = 1.e+20 ;</p> <p><strong>float traj_salt(nb_output, ntraj) ;</strong></p> <p>traj_salt:title = &quot;What is traj_salt ?&quot; ;</p> <p>traj_salt:longname = &quot;Trajectory: salinities&quot; ;</p> <p>traj_salt:units = &quot;psu&quot; ;</p> <p>traj_salt:missing_value = 1.e+20 ;</p> <p><strong>float traj_dens(nb_output, ntraj) ;</strong></p> <p>traj_dens:title = &quot;What is traj_dens ?&quot; ;</p> <p>traj_dens:longname = &quot;Trajectory: densities&quot; ;</p> <p>traj_dens:units = &quot;...&quot; ;</p> <p>traj_dens:missing_value = 1.e+20 ;</p> <p>&nbsp;</p> <p>// global attributes:</p> <p>:key_roms = &quot;.FALSE.&quot; ;</p> <p>:key_symphonie = &quot;.FALSE.&quot; ;</p> <p>:key_B2C_grid = &quot;.FALSE.&quot; ;</p> <p>:key_sequential = &quot;.TRUE.&quot; ;</p> <p>:key_alltracers = &quot;.TRUE.&quot; ;</p> <p>:key_ascii_outputs = &quot;.FALSE.&quot; ;</p> <p>:key_iU_jV_kW = &quot;.TRUE.&quot; ;</p> <p>:key_read_age = &quot;.FALSE.&quot; ;</p> <p>:mode = &quot;qualitative&quot; ;</p> <p>:forback = &quot;backward&quot; ;</p> <p>:bin = &quot;nobin&quot; ;</p> <p>:init_final = &quot;NONE&quot; ;</p> <p>:nmax = 10000000 ;</p> <p>:tunit = 86400. ;</p> <p>:ntfic = 5 ;</p> <p>:tcyc = 1639872000. ;</p> <p>:key_approximatesigma = &quot;.FALSE.&quot; ;</p> <p>:key_computesigma = &quot;.TRUE.&quot; ;</p> <p>:zsigma = 1000. ;</p> <p>:memory_log = &quot;.TRUE.&quot; ;</p> <p>:output_netcdf_large_file = &quot;.FALSE.&quot; ;</p> <p>:key_interp_temporal = &quot;.TRUE.&quot; ;</p> <p>:maxcycles = 50 ;</p> <p>:delta_t = 86400. ;</p> <p>:frequency = 5 ;</p> <p>:nb_output = 73 ;</p> <p>:mask = &quot;.TRUE.&quot; ;</p> <p>:key_region = &quot;.FALSE.&quot; ;</p> <p>:key_larvae = &quot;.TRUE.&quot; ;</p> <p>:imt = 1784 ;</p> <p>:jmt = 1719 ;</p> <p>:kmt = 46 ;</p> <p>:lmt = 3796 ;</p> <p>:key_computew = &quot;.TRUE.&quot; ;</p> <p>:w_surf_option = &quot;&quot; ;</p> <p>:key_partialsteps = &quot;.TRUE.&quot; ;</p> <p>:key_jfold = &quot;.FALSE.&quot; ;</p> <p>:pivot = &quot;T&quot; ;</p> <p>:key_periodic = &quot;.FALSE.&quot; ;</p> <p>:dir_mesh = &quot;./GRID&quot; ;</p> <p>:fn_mesh = &quot;1_mesh_mask.nc&quot; ;</p> <p>:nc_var_xx_tt = &quot;glamt&quot; ;</p> <p>:nc_var_xx_uu = &quot;glamu&quot; ;</p> <p>:nc_var_zz_ww = &quot;gdepw_0&quot; ;</p> <p>:nc_var_e2u = &quot;e2u&quot; ;</p> <p>:nc_var_e1v = &quot;e1v&quot; ;</p> <p>:nc_var_e1t = &quot;e1t&quot; ;</p> <p>:nc_var_e2t = &quot;e2t&quot; ;</p> <p>:nc_var_e3t = &quot;e3t&quot; ;</p> <p>:nc_var_tmask = &quot;tmask&quot; ;</p> <p>:nc_mask_val = 0. ;</p> <p>:c_dir_zo = &quot;./DATA&quot; ;</p> <p>:c_prefix_zo = &quot;V20_nest_5d_&quot; ;</p> <p>:ind0_zo = 1958 ;</p> <p>:indn_zo = 2009 ;</p> <p>:maxsize_zo = 4 ;</p> <p>:c_suffix_zo = &quot;_U.nc&quot; ;</p> <p>:nc_var_zo = &quot;vozocrtx&quot; ;</p> <p>:nc_var_eivu = &quot;NONE&quot; ;</p> <p>:nc_att_mask_zo = &quot;missing_value&quot; ;</p> <p>:c_dir_me = &quot;./DATA&quot; ;</p> <p>:c_prefix_me = &quot;V20_nest_5d_&quot; ;</p> <p>:ind0_me = 1958 ;</p> <p>:indn_me = 2009 ;</p> <p>:maxsize_me = 4 ;</p> <p>:c_suffix_me = &quot;_V.nc&quot; ;</p> <p>:nc_var_me = &quot;vomecrty&quot; ;</p> <p>:nc_var_eivv = &quot;NONE&quot; ;</p> <p>:nc_att_mask_me = &quot;missing_value&quot; ;</p> <p>:c_dir_te = &quot;./DATA&quot; ;</p> <p>:c_prefix_te = &quot;V20_nest_5d_&quot; ;</p> <p>:ind0_te = 1958 ;</p> <p>:indn_te = 2009 ;</p> <p>:maxsize_te = 4 ;</p> <p>:c_suffix_te = &quot;_T.nc&quot; ;</p> <p>:nc_var_te = &quot;votemper&quot; ;</p> <p>:nc_att_mask_te = &quot;missing_value&quot; ;</p> <p>:c_dir_sa = &quot;./DATA&quot; ;</p> <p>:c_prefix_sa = &quot;V20_nest_5d_&quot; ;</p> <p>:ind0_sa = 1958 ;</p> <p>:indn_sa = 2009 ;</p> <p>:maxsize_sa = 4 ;</p> <p>:c_suffix_sa = &quot;_T.nc&quot; ;</p> <p>:nc_var_sa = &quot;vosaline&quot; ;</p> <p>:nc_att_mask_sa = &quot;missing_value&quot; ;</p> <p>}</p> <p>&nbsp;</p>

opencc-by-4.0Mar 2020View details →
zenodo40/100

CyclomicsSeq: Accurate detection of circulating tumor DNA using nanopore consensus sequencing

<p>CyclomicsSeq is a protocol designed to produce and sequence long DNA concatemers with a linear repetition to acquire high accuracy consensus reads.&nbsp;In this dataset, we used CyclomicsSeq for sequencing TP53 in cell-free DNA of healthy individuals and of head and neck cancer patients and for sequencing synthetic TP53 DNA sequences that mimic the length of cell-free DNA.&nbsp;This dataset contains data (mainly base calls of the backbone and the insert) of 32 nanopore sequencing runs.&nbsp;<br> &nbsp;</p>

opencc-by-4.0Jun 2020View details →
zenodo40/100

Role of residential air circulation and cooling for universal household electrification

<p>This repository contains the data to replicate the analysis of the paper &#39;Role of residential air circulation and cooling for universal household electrification&#39; by Giacomo Falchetta.&nbsp;</p> <p>Replication code and instruction are hosted at&nbsp;<a href="https://github.com/giacfalk/cooling_electrification">https://github.com/giacfalk/cooling_electrification</a></p> <p>To replicate the analysis:</p> <ol> <li>Clone the Github repository on your machine</li> <li>Download the Zenodo archive and extract it in the home folder of the cloned Github repository</li> <li>Ensure Python (Anaconda 3) and R 3.5.1+ are installed on your local machine</li> <li>Run the &#39;wrapper.R&#39; file.</li> </ol> <p>&nbsp;</p>

opencc-by-4.0Aug 2020View details →
zenodo40/100

Dataset and trained models belonging to the article 'Distant reading patterns of iconicity in 940.000 online circulations of 26 iconic photographs'

<p>Quantifying Iconicity - Zenodo</p> <p><br> ## The Dataset<br> This dataset contains the material collected for the article &quot;Distant reading 940,000 online circulations of 26 iconic photographs&quot; (to be) published in New Media &amp; Society (DOI: 10.1177/14614448211049459). We identified 26 iconic photographs based on earlier work (Van der Hoeven, 2019). The Google Cloud Vision (GCV) API was subsequently used to identify webpages that host a reproduction of the iconic image. The GCV API uses computer vision methods and the Google index to retrieve these reproductions. The code for calling the API and parsing the data can be found on GitHub: https://github.com/rubenros1795/ReACT_GCV.</p> <p>The core dataset consists of .tsv-files with the URLs that refer to the webpages. Other metadata provided by the GCV API is also found in the file and manually generated metadata. This includes:<br> - the URL that refers specifically to the image. This can be an URL that refers to a full match or a partial match<br> - the title of the page<br> - the iteration number. Because the GCV API puts a limit on its output, we had to reupload the identified images to the API to extend our search. We continued these iterations until no more new unique URLs were found<br> - the language found by the ``langid`` Python module [link](https://github.com/saffsd/langid.py), along with the normalized score.<br> - the labels associated with the image by Google<br> - the scrape date</p> <p>Alongside the .tsv-files, there are several other elements in the following folder structure:</p> <p>```<br> ├── data<br> │&nbsp;&nbsp; ├── embeddings<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── doc2vec<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── input-text<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── metadata<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── umap<br> │&nbsp;&nbsp; └── evaluation<br> │&nbsp;&nbsp; └── results<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── diachronic-plots<br> │&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; └── top-words<br> │&nbsp;&nbsp; └── tsv<br> ```</p> <p>1. The ```/embeddings``` folder contains the doc2vec models, the training input for the models, the metadata (id, URL, date) and the UMAP embeddings used in the GMM clustering. Please note that the date parser was not able to find dates for all webpages and for this reason not all training texts have associated metadata.<br> 2. The ```/evaluation``` folder contains the AIC and BIC scores for GMM clustering with different numbers of clusters.<br> 3. The ```/results``` folder contains the top words associated with the clusters and the diachronic cluster prominence plots.</p> <p>## Data Cleaning and Curation<br> Our pipeline contained several interventions to prevent noise in the data. First, in between the iterations we manually checked the scraped photos for relevance. We did so because reuploading an iconic image that is paired with another, irrelevant, one results in reproductions of the irrelevant one in the next iteration. Because we did not catch all noise, we used Scale Invariant Feature Transform (SIFT), a basic computer vision algorithm, to remove images that did not meet a threshold of ten keypoints. By doing so we removed completely unrelated photographs, but left room for variations of the original (such as painted versions of Che Guevara, or cropped versions of the Napalm Girl image). Another issue was the parsing of webpage texts. After experimenting with different webpage parsers that aim to extract &#39;relevant&#39; text it proved too difficult to use one solution for all our webpages. Therefore we simply parsed all the text contained in commonly used html-tags, such as ```&lt;p&gt;```, ```&lt;h1&gt;``` etc.</p>

openNov 2020View details →
zenodo40/100

Data for GRL "Tropical Stratospheric Circulation and Ozone Coupled to Pacific Multi-Decadal Variability" paper

<p>Data of the CESM-WACCM&nbsp;sensitivity simulations. These simulations follow&nbsp;the REFC1 configuration from&nbsp;the Chemistry-Climate Model Initiative (CCMI), but for:&nbsp;fixed&nbsp;long-lived halogenated substances at&nbsp;year&nbsp;1955 (REFC1-fODS); fixed long-lived halogens and nitrogen oxide emissions at&nbsp;year 1955 (REFC1-fODS-N2O); fixed stratospheric aerosol averaged over 1998&ndash;1999 (REFC1-fSAD); &nbsp;climatological sea surface temperatures (SSTs) and sea-ice concentrations (SICs) for the 1960&ndash;2010 period (REFC1-fSST); climatological SSTs and SICs for the 1960&ndash;2010 period, including&nbsp;a 28-months cyclical QBO (REFC1-fSST-QBO).</p>

opencc-by-4.0Nov 2020View details →
zenodo40/100

Pressure-driven Poiseuille flow inherited from Mesozoic mantle circulation led to the Eocene separation of Australia and Antarctica

<p>Mantle temperature field at 60 Ma and at a random distribution for TERRA and&nbsp;numerical grids for SHELLS.</p> <p>&nbsp;</p>

opencc-by-4.0Nov 2020View details →
zenodo40/100

Downscaled surface mass balance in Antarctica: impacts of subsurface processes and large-scale atmospheric circulation

<p>Here is the surface mass balance calculated from a offline subsurface model, that is used in the paper Downscaled surface mass balance in Antarctica: impacts of subsurface processes and large-scale atmospheric circulation.<br> More data are available by contacting nichsen@space.dtu.dk</p>

opencc-by-4.0Jun 2021View details →
zenodo40/100

Data supplementing article "Transport of riverine material from multiple rivers in the Chesapeake Bay: important control of estuarine circulation on the material distribution" under review at the Journal of Geophysical Research - Biogeoscience

<p>These data supplement the article: Du, J. and J. Shen, Transport of riverine material from multiple rivers in the Chesapeake Bay: important control of estuarine circulation on the material distribution, under review at the Journal Of Geophysical Research: Biogeoscience</p> <p>contact: Jiabi Du, jiabi@vims.edu</p> <p>Below are descriptions of the data files included here:</p> <p>1. Monthly mean tracer output [1985-2014]</p> <p>-netCDF format results for monthly mean tracer concentrations from different sources (Susquehanna, Potomac, Rappahannock, York, James Rivers, and Coastal Ocean)</p> <p>-grid information are also included</p> <p>2. Matlab Scripts For Plotting.zip:</p> <p>-Matlab scripts used to plot the horizontal map, the vertical profile for the along channel section, the vertical profile for cross-channel sections. The script enables users to define the period and section no to plot. </p> <p>3. tracer influx and outflux ratio at 9 cross-section.xls:</p> <p>-an excel file contains the bottom tracer influx ratio and surface tracer outflux ratio for different rivers at different sections. </p>

opencc-by-4.0May 2017View details →
zenodo40/100

Data for "Enhancing Versus Suppressive Effects of Sediment-Induced Density Gradients on Estuarine Lateral Circulation"

<p>The NetCDF files contain model output for experiments A&ndash;E from both the ENH and SUP series.</p> <p>The txt file provides the data sources referenced in Table A1.</p>

opencc-by-4.0Aug 2024View details →
zenodo40/100

Data Sets: Unsteady Land-Sea Breeze Circulations in the Presence of a Synoptic Pressure Forcing

<p>{Mg (m/s): 0, 0.4, 1.2, 2 and &alpha;: 0&deg;, and 180&deg;}</p> <p>Consult the details in Allouche et al. (2023): https://doi.org/10.1002/qj.4552. The latter corresponds to the steady state simulations of these transient ones here.<br>All of these simulations have a domain extent (L_x, L_y, L_z=z_i) of (80 km, 5 km, 1.6 km). The numerical mesh (Nx, Ny, Nz) is (384, 24, 64). For plotting, the vertical levels vary for each variable. A variable at 'c_s nodes' is plotted at dz/2, dz, 2*dz, 3*dz, and so forth up to z_i. A variable on 'w nodes' is plotted at 0, dz, 2*dz, 3*dz, and so forth up to z_i. This information is given in the variable table below.</p> <p>These simulations are given in a netcdf format (.nc). One is able to download and reshape these matrices.</p>

opencc-by-4.0Dec 2023View details →
zenodo40/100

Operating diagram of hatching module, this module consists of two clearly separated sections, each consisting of two long tanks (2 × 0.2 × 0.2 m) designed to accommodate hatching boxes, a filtration tank and an independent water circulation pump with a cooling unit and UV sterilizer. This allows simultaneous monitoring of 16 batches of eggs. in Reproduction of Zingel asper (Linnaeus, 1758) in controlled conditions: an assessment of the experiences realized since 2005 at the Besançon Natural History Museum

Operating diagram of hatching module, this module consists of two clearly separated sections, each consisting of two long tanks (2 × 0.2 × 0.2 m) designed to accommodate hatching boxes, a filtration tank and an independent water circulation pump with a cooling unit and UV sterilizer. This allows simultaneous monitoring of 16 batches of eggs.

opencc-by-4.0Feb 2019View details →
zenodo40/100

Operating diagram of hatching module in Zoug jars, this system consists of a 300-litre temperature-controlled isothermal enclosure containing 10 one-litre Zoug jars, each able to accommodate several hundred eggs. An ascending current holds the eggs in suspension and carries the larvae to the surface. Another bottle connected to this device collects the larvae. The water circulating in the jars is independent of that used in the filtration circuit. A cooling unit and UV sterilizer complete the installation. in Reproduction of Zingel asper (Linnaeus, 1758) in controlled conditions: an assessment of the experiences realized since 2005 at the Besançon Natural History Museum

Operating diagram of hatching module in Zoug jars, this system consists of a 300-litre temperature-controlled isothermal enclosure containing 10 one-litre Zoug jars, each able to accommodate several hundred eggs. An ascending current holds the eggs in suspension and carries the larvae to the surface. Another bottle connected to this device collects the larvae. The water circulating in the jars is independent of that used in the filtration circuit. A cooling unit and UV sterilizer complete the installation.

opencc-by-4.0Feb 2019View details →
zenodo40/100

Operating diagram of IF incubator, two identical incubators were used for eggs that were already sorted. They are made up of an isothermal enclosure and contain three tiers (100 × 60 × 17 cm). The water circulating in each tier comes from the same filtration, cooling and sterilisation device. As a result, the eggs placed in the different tiers are subject to the same temperature regime. in Reproduction of Zingel asper (Linnaeus, 1758) in controlled conditions: an assessment of the experiences realized since 2005 at the Besançon Natural History Museum

Operating diagram of IF incubator, two identical incubators were used for eggs that were already sorted. They are made up of an isothermal enclosure and contain three tiers (100 × 60 × 17 cm). The water circulating in each tier comes from the same filtration, cooling and sterilisation device. As a result, the eggs placed in the different tiers are subject to the same temperature regime.

opencc-by-4.0Feb 2019View details →
zenodo40/100

Three-dimensional water exchanges in the shelf circulation system of the Northern South China Sea under climatic modulation from ENSO

<p>Three-dimensional water exchanges in the shelf circulation system of the Northern South China Sea under climatic modulation from ENSO</p>

opencc-by-4.0Mar 2024View details →
zenodo40/100

Phanerozoic global climatic fields simulated using the FOAM ocean-atmosphere general circulation model

<p>These files contain the output of Phanerozoic global climate simulations conducted using the coupled ocean-atmosphere FOAM general circulation model. They are available every 20 Myrs between 540 Ma and 0 Ma, both included. All simulations have been conducted using identical boundary conditions;&nbsp;pCO2: 2240 ppm, solar luminosity:&nbsp;1368 W m-2, vegetation: rocky desert, orbital configuration: null eccentricity and minimum obliquity. Only the continental configuration was varied from one time slice to the other (sensitivity test to the continental configuration), using the reconstructions of Scotese and Wright (https://www.earthbyte.org/paleodem-resource-scotese-and-wright-2018/).</p> <p>The reader is referred to the associated paper for a full description of the model and boundary conditions.</p> <p>All file names use the following pattern: &quot;[age]rd_1368W_EccN_[model_component]_2240ppm.nc&quot;, with [age], the age expressed in million years ago, and [model_component] being &#39;atmos&#39;, &#39;ocean&#39; or &#39;coupl&#39; (atmospheric and oceanic components, plus coupler).</p>

opencc-by-4.0Dec 2021View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record