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.
4,764
datasets available to search
ShareScore release 0.9.0
Dataset results
4,764 results for “file”
Magneto-telluric data from the Los Humeros geothermal field in Mexico: time series and edi-files
<p>The data are from the Los Humeros geothermal field in Mexico.</p> <p>The dataset is composed of time series of magneto-telluric data and edi-files obtained from the time series. A file containing the location of the soundings and calibration files are also in the dataset.</p> <p>The Metronix equipment was used to acquire the data.</p> <p>The data were gathered under the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 727550, and by the Mexican Energy Sustainability Fund CONACYT-SENER, Project 2015-04-268074.</p>
Magneto-telluric data from the Acoculco area in Mexico: time series and edi-files
<p>The dataset is composed of time series of magneto-telluric data and edi-files obtained from the time series.</p> <p>The Metronix equipment was used to acquire the data.</p> <p>The data were gathered under the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 727550, and by the Mexican Energy Sustainability Fund CONACYT-SENER, Project 2015-04-268074.</p>
Supplementary files for "Influence of the Artificial Nanostructure on the LiF Formation at the Solid−Electrolyte Interphase of Carbon-Based Anodes"
<p>Databases containing DFT optimized structures used for the paper: ''Influence of the Artificial Nanostructure on the LiF Formation at the Solid−Electrolyte Interphase of Carbon-Based Anodes". For further details of the computational setup we refer to this paper.</p> <p>Each database contains structures for one carbon substrate. The structures can be retrieved using the Atomic Simulation Environment (ASE).</p>
Supplementary files for Molecular Differences Between Squamous Cell Carcinoma and Adenocarcinoma Cervical Cancer Subtypes: Potential Prognostic Biomarkers
<p>Supplementary files for Molecular Differences Between Squamous Cell Carcinoma and Adenocarcinoma Cervical Cancer Subtypes: Potential Prognostic Biomarkers</p>
1QIsaa data collection (binarized images, feature files, and plotting scripts) for writer identification test using artificial intelligence and image-based pattern recognition techniques
<p><strong>The Great Isaiah Scroll (1QIsa<sup>a</sup>) data set for writer identification</strong></p> <p>This data set is collected for the ERC project:<br> The Hands that Wrote the Bible: Digital Palaeography and Scribal Culture of the Dead Sea Scrolls<br> PI: Mladen Popović<br> Grant agreement ID: 640497</p> <p>Project website: <a href="https://cordis.europa.eu/project/id/640497">https://cordis.europa.eu/project/id/640497</a><br> <br> <strong>Copyright (c) </strong> University of Groningen, 2021. All rights reserved.<br> <strong>Disclaimer and copyright notice for all data contained on this .tar.gz file:</strong></p> <p><strong>1)</strong> permission is hereby granted to use the data for research purposes. It is not allowed to distribute this data for commercial purposes.</p> <p><strong>2) </strong>provider gives no express or implied warranty of any kind, and any implied warranties of merchantability and fitness for purpose are disclaimed.</p> <p><strong>3) </strong>provider shall not be liable for any direct, indirect, special, incidental, or consequential damages arising out of any use of this data.</p> <p><strong>4) </strong>the user should refer to the first public article on this data set:<br> <br> <em>Popović, M., Dhali, M. A., & Schomaker, L. (2020). Artificial intelligence-based writer identification generates new evidence for the unknown scribes of the Dead Sea Scrolls exemplified by the Great Isaiah Scroll (1QIsa<sup>a</sup>). arXiv preprint arXiv:2010.14476.</em><br> <br> BibTeX:</p> <pre>@article{popovic2020artificial, title={Artificial intelligence based writer identification generates new evidence for the unknown scribes of the Dead Sea Scrolls exemplified by the Great Isaiah Scroll (1QIsaa)}, author={Popovi{\'c}, Mladen and Dhali, Maruf A and Schomaker, Lambert}, journal={arXiv preprint arXiv:2010.14476}, year={2020} }</pre> <p><strong>5) </strong>the recipient should refrain from proliferating the data set to third parties external to his/her local research group. Please refer interested researchers to this site for obtaining their own copy.</p> <p><strong>Organisation of the data:</strong></p> <p>The .tar.gz file contains three directories: images, features, and plots. The included 'README' file contains all the instructions.</p> <p>The 'images' directory contains NetPBM images of the columns of 1QIsa<sup>a</sup>. The NetPBM format is chosen because of its simplicity. Additionally, there is no doubt about lossy compression in the processing chain. There are two images for each of the Great Isaiah Scroll columns: one is the direct binarized output from the BiNet (<em>arxiv.org/abs/1911.07930</em>) system, and the other one is the manually cleaned version of the binarized output. The file names for the direct binarized output are of the format '1QIsaa_col<columnnr>.pbm', for example, '1QIsaa_col15.pbm'. And, for the cleaned version, the format is '1QIsaa_col<columnnr>_cleaned.pbm', for example, '1QIsaa_col15_cleaned.pbm'. Note: the image files are not in a separate directory; they will be extracted in the same place. However, due to the unique naming, there is no problem extracting them in one single directory.</p> <p>The 'features' directory contains feature files computed for each of the column images. There are two types of feature files: Hinge and Adjoined. They are distinguishable by their extension, for example, '1QIsaa_col15_cleaned.hinge' and '1QIsaa_col15_cleaned.adjoined'. They are also arranged in separate directories for ease of use.</p> <p>The 'plots' directory contains a simple python script to perform PCA on the feature files and then visualize them in a 3D plot. The file takes the location of feature files as an input. The 'README_plot' file contains examples of how-to-run in the terminal.</p> <p><strong>Brief description:</strong><br> According to ImageMagick's' identify' tool, the original images are in grayscale (.jpg) from Brill collection, in '8-bit Gray 256c'. These images pass through multiple preprocessing measures to become suitable for pattern recognition-based techniques. The first step in preprocessing is the image-binarization technique. In order to prevent any classification of the text-column images based on irrelevant background patterns, a specific binarization technique (BiNet) was applied, keeping the original ink traces intact. After performing the binarization, the images were cleaned further by removing the adjacent columns that partially appear on the target columns' images. Finally, few minor affine transformations and stretching corrections were performed in a restrictive manner. These corrections are also targeted for aligning the texts where the text lines get twisted due to the leather writing surface's degradation. Hence, the clean images are there in the directory along with the direct binarized images. No effort has been made to obtain a balanced set in any way.</p> <p><strong>Tools:</strong><br> <strong>Binarization:</strong><br> The BiNet tool is available for scientific use upon request (m.a.dhal(at)rug.nl)</p> <p><strong>Image Morphing:</strong><br> In the original article, data augmentation was performed using image morphing. The tool is available on GitHub:<br> https://github.com/GrHound/imagemorph.c</p> <p><strong>Features for writer identification:</strong><br> Lambert Schomaker<br> http://www.ai.rug.nl/~lambert/allographic-fraglet-codebooks/allographic-fraglet-codebooks.html<br> http://www.ai.rug.nl/~lambert/hinge/hinge-transform.html<br> <em><strong>1. </strong>L. Schomaker & M. Bulacu (2004). Automatic writer identification using connected-component contours and edge-based features of upper-case Western script. IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol 26(6), June 2004, pp. 787 - 798.<br> <strong>2. </strong>Bulacu, M. & Schomaker, L.R.B. (2007). Text-independent Writer Identification and Verification Using Textural and Allographic Features, IEEE Trans. on Pattern Analysis and Machine Intelligence (PAMI), Special Issue - Biometrics: Progress and Directions, April, 29(4), p. 701-717.</em><br> <br> The features (hinge, fraglets) have been combined in a single MS Windows application, GIWIS, which is available for scientific use upon request (l.r.b.schomaker(at)rug.nl)</p> <p><strong>If you have any question, please contact us:</strong><br> Maruf A. Dhali <m.a.dhali(at)rug.nl><br> Lambert Schomaker <l.r.b.schomaker(at)rug.nl><br> Mladen Popović <m.popovic(at)rug.nl></p> <p><strong>Please cite our papers if you use this data set:</strong><br> <em><strong>1.</strong> Popović, M., Dhali, M. A., & Schomaker, L. (2020). Artificial intelligence based writer identification generates new evidence for the unknown scribes of the Dead Sea Scrolls exemplified by the Great Isaiah Scroll (1QIsa<sup>a</sup>). arXiv preprint arXiv:2010.14476.<br> <strong>2. </strong>Dhali, M. A., de Wit, J. W., & Schomaker, L. (2019). Binet: Degraded-manuscript binarization in diverse document textures and layouts using deep encoder-decoder networks. arXiv preprint arXiv:1911.07930.</em></p>
Supplement 1: Full list of ICD10 codes and number of gene-disease links (tab-separated-value file); Supplement 2: Mapping (tab-separated-value file)
<p>Supplements to BioMedBridges deliverable 10.2 A prototype linking ICD10/SNOMED CT concepts to Ensembl gene identifiers:</p> <p><strong>Supplement 1</strong>: Full list of ICD10 codes and number of gene-disease links: table_icd10_gene_count_descr.tsv</p> <p><strong>Supplement 2</strong>: Mapping of disease terms: <em>ICD10_to_doid.tsv</em></p>
RAPID input and output files corresponding to "RAPID Applied to the SIM-France Model"
<p><strong>Corresponding peer-reviewed publication</strong></p> <p>This dataset corresponds to all the RAPID input and output files that were used in the study reported in:</p> <ul> <li>David, Cédric H., Florence Habets, David R. Maidment and Zong-Liang Yang (2011), RAPID applied to the SIM-France model, Hydrological Processes, 25(22), 3412-3425. DOI: 10.1002/hyp.8070. </li> </ul> <p> </p> <p>When making use of any of the files in this dataset, please cite both the aforementioned article and the dataset herein. </p> <p> </p> <p><strong>Time format</strong></p> <p>The times reported in this description all follow the ISO 8601 format. For example 2000-01-01T16:00-06:00 represents 4:00 PM (16:00) on Jan 1<sup>st</sup> 2000 (2000-01-01), Central Standard Time (-06:00). Additionally, when time ranges with inner time steps are reported, the first time corresponds to the beginning of the first time step, and the second time corresponds to the end of the last time step. For example, the 3-hourly time range from 2000-01-01T03:00+00:00 to 2000-01-01T09:00+00:00 contains two 3-hourly time steps. The first one starts at 3:00 AM and finishes at 6:00AM on Jan 1<sup>st</sup> 2000, Universal Time; the second one starts at 6:00 AM and finishes at 9:00AM on Jan 1<sup>st</sup> 2000, Universal Time.</p> <p> </p> <p><strong>Data sources</strong></p> <p>The following sources were used to produce files in this dataset:</p> <ul> <li>The hydrographic network of SIM-France, as published in Habets, F., A. Boone, J. L. Champeaux, P. Etchevers, L. Franchistéguy, E. Leblois, E. Ledoux, P. Le Moigne, E. Martin, S. Morel, J. Noilhan, P. Quintana Seguí, F. Rousset-Regimbeau, and P. Viennot (2008), The SAFRAN-ISBA-MODCOU hydrometeorological model applied over France, Journal of Geophysical Research: Atmospheres, 113(D6), DOI: 10.1029/2007JD008548.</li> <li>The observed flows are from Banque HYDRO, Service Central d’Hydrométéorologie et d’Appui à la Prévision des Inondations. Available at http://www.hydro.eaufrance.fr/index.php.</li> <li>Outputs from a simulation using SIM-France (Habets et al. 2008). The simulation was run by Florence Habets, and produced 3-hourly time steps from 1995-08-01T00:00+02:00 to 2005-07-31T21:02+00:00. Further details on the inputs and options used for this simulation are provided in David et al. (2011).</li> </ul> <p> </p> <p><strong>Software</strong></p> <p>The following software were used to produce files in this dataset:</p> <ul> <li>The Routing Application for Parallel computation of Discharge (RAPID, David et al. 2011, http://rapid-hub.org), Version 1.1.0. Further details on the inputs and options used for this series of simulations are provided below and in David et al. (2011).</li> <li>ESRI ArcGIS (http://www.arcgis.com). </li> <li>Microsoft Excel (https://products.office.com/en-us/excel). </li> <li>The GNU Compiler Collection (https://gcc.gnu.org) and the Intel compilers (https://software.intel.com/en-us/intel-compilers). </li> </ul> <p> </p> <p><strong>Study domain</strong></p> <p>The files in this dataset correspond to one study domain:</p> <ul> <li>The river network of SIM-France is made of 24264 river reaches. The temporal range corresponding to this domain is from 1995-08-01T00:00+02:00 to 2005-07-31 T21:00+02:00.</li> </ul> <p> </p> <p><strong>Description of files </strong></p> <p>All files below were prepared by Cédric H. David, using the data sources and software mentioned above. </p> <ul> <li><em>rapid_connect_France.csv.</em> This CSV file contains the river network connectivity information and is based on the unique IDs of the SIM-France river reaches (the IDs). For each river reach, this file specifies: the ID of the reach, the ID of the unique downstream reach, the number of upstream reaches with a maximum of four reaches, and the IDs of all upstream reaches. A value of zero is used in place of NoData. The river reaches are sorted in increasing value of ID. The values were computed based on the SIM-France FICVID file. This file was prepared using a Fortran program.</li> <li><em>m3_riv_France_1995_2005_ksat_201101_c_zvol_ext.nc. </em>This netCDF file contains the 3-hourly accumulated inflows of water (in cubic meters) from surface and subsurface runoff into the upstream point of each river reach. The river reaches have the same IDs and are sorted similarly to <em>rapid_connect_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005/07/31T21:00+02:00. The values were computed using the outputs of SIM-France. This file was prepared using a Fortran program.</li> <li><em>kfac_modcou_1km_hour.csv.</em> This CSV file contains a first guess of Muskingum k values (in seconds) for all river reaches. The river reaches have the same IDs and are sorted similarly to <em>rapid_connect_France.csv</em>. The values were computed based on the following information: ID, size of the side of the grid cell, Equation (5) in David et al. (2011), and using a wave celerity of 1 km/h. This file was prepared using a Fortran program.</li> <li><em>kfac_modcou_ttra_length.csv. </em>This CSV file contains a second guess of Muskingum k values (in seconds) for all river reaches. The river reaches have the same IDs and are sorted similarly to <em>rapid_connect_France.csv</em>. The values were computed based on the following information: ID, size of the side of the grid cell, travel time, and Equation (9) in David et al. (2011).</li> </ul> <ul> <li><em>k_modcou_0.csv.</em> This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> </ul> <ul> <li><em>k_modcou_1.csv.</em> This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_2.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_3.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_4.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_a.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_b.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>k_modcou_c.csv. </em>This CSV file contains Muskingum k values (in seconds) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on the following information: <em>kfac_modcou_1km_hour.csv </em>and using Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_0.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_1.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_2.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_3.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_4.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_a.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_b.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>x_modcou_c.csv.</em> This CSV file contains Muskingum x values (dimensionless) for all river reaches. The river reaches have the same COMIDs and are sorted similarly to <em>rapid_connect_San_Guad.csv</em>. The values were computed based on Table (2) in David et al. (2011). This file was prepared using a Fortran program.</li> <li><em>rivsurf_France.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the SIM-France domain. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_adour.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Adour River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_allier.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Allier River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_ardeche.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Ardeche River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_dordogne.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Dordogne River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_garonne.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Garonne River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_garonne_reste.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Garonne River Basin, downstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_garonneariege.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Garonne and Ariege River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_herault.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Herault River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_loir.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Loir River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_loire.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Loire River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_loire_amont_nevers.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Loire River Basin, upstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_loire_reste.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Loire River Basin, downstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_lot.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Lot River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_meuse.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Meuse River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_oise.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Oise River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_rhone.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Rhone River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_rhone_reste.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Rhone River Basin, downstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_rhone_suisse.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Rhone River Basin, upstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_saone.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Saone River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_seine.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Seine River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_seine_amont.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Seine River Basin, upstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_seine_reste.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Seine River Basin, downstream. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_tarn.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Tarn River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>rivsurf_vienne.csv. </em>This CSV file contains the list of unique IDs of SIM-France river reaches in the Vienne River Basin. The river reaches are sorted from upstream to downstream. The values were computed using the ID field. This file was prepared using Excel.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_p1_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_p2_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_p3_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_p4_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_pa_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_pb_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_3653days_pc_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 2005-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_366days_p0_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 1996-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_366days_pb_dtR1800s.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 1996-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>Qout_France_201101_c_zvol_ext_366days_pb_dtR1800s_pougny.nc. </em>This netCDF file contains the 3-hourly averaged outputs (in cubic meters per second) from RAPID corresponding to the downstream point of each reach. The river reaches have the same IDs and are sorted similarly to <em>rivsurf_France.csv</em>. The time range for this file is from 1995-08-01T00:00+02:00 to 1996-07-31-21:00+02:00. The values were computed using the Muskingum method with parameters of Table (2) in David et al. (2011). This file was prepared using RAPID v1.1.0 running with the preonly ILU solver on one core.</li> <li><em>gage_id_1995_1996_full.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and with full daily data record. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>gage_id_1995_1996_full_nash.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and with full daily data record and for which RAPID simulations led to a positive efficiency value. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>gage_id_1995_2005_70.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and with 70% daily data record. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 2005-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>Qobs_1995_1996_full.csv. </em>This CSV file contains daily averaged measured stream flow (in cubic meters per second). The river reaches have the same IDs and are sorted similarly to <em>gage_id_1995_1996_full.csv</em>. The time range for the daily values is from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID, and the observations from SCHAPI. This file was prepared using a Fortran program and Excel.</li> <li><em>Qobs_1995_1996_full_nash.csv. </em>This CSV file contains daily averaged measured stream flow (in cubic meters per second). The river reaches have the same IDs and are sorted similarly to <em>gage_id_1995_1996_full_nash.csv</em>. The time range for the daily values is from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID, and the observations from SCHAPI. This file was prepared using a Fortran program and Excel.</li> <li><em>Qobs_1995_1996_full_nash_93.csv. </em>This CSV file contains daily averaged measured stream flow (in cubic meters per second). The river reaches have the same IDs and are sorted similarly to <em>gage_id_1995_1996_full_nash.csv</em>. The time range for the daily values is from 1995-11-01T00:00+02:00 to 2005-07-31T21:00+02:00. The values were computed using the following field: ID, and the observations from SCHAPI. This file was prepared using a Fortran program and Excel.</li> <li><em>Qobs_1995_2005_70.csv. </em>This CSV file contains daily averaged measured stream flow (in cubic meters per second). The river reaches have the same IDs and are sorted similarly to <em>gage_id_1995_2005_70.csv</em>. The time range for the daily values is from 1995-08-01T00:00+02:00 to 2005-07-31T21:00+02:00. The values were computed using the following field: ID, and the observations from SCHAPI. This file was prepared using a Fortran program and Excel.</li> <li><em>Qobsbarrec_1995_1996_full_nash.csv. </em>This CSV file contains the reciprocal of the averaged measured stream flow (in cubic meters per second). The river reaches have the same IDs and are sorted similarly to <em>gage_id_1995_1996_full_nash.csv</em>. The time range for the computation of the average is from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID, and the observations from SCHAPI. This file was prepared using a Fortran program and Excel.</li> <li><em>forcingtot_id_1995_1996_full.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the SIM-France domain. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>forcinguse_id_garonne_reste.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the Garonne River Basin, downstream. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>forcinguse_id_loire_reste.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the Loire River Basin, downstream. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>forcinguse_id_rhone_pougny.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the Rhone River Basin, downstream of Lake Geneva. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>forcinguse_id_rhone_reste.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the Rhone River Basin, downstream. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>forcinguse_id_seine_reste.csv. </em>This CSV file contains the list of IDs of rivers containing SCHAPI gauges and used as forcing instead of RAPID simulations for the Seine River Basin, downstream. The river reaches are sorted in increasing value of ID. The time range used for determining a full record is daily from 1995-08-01T00:00+02:00 to 1996-07-31T21:00+02:00. The values were computed using the following field: ID. This file was prepared using a Fortran program, and Excel.</li> <li><em>Qfor_1995_1996_full.csv. </em>This CSV file is identical to <em>Qobs_1995_1996_full.csv.</em></li> <li><em>Qfor_1995_1996_full_93.csv. </em>This CSV file is identical to <em>Qobs_1995_1996_full_nash_93.csv.</em></li> <li><em>Qinit_93.csv. </em>This CSV file contains the final state of RAPID after a simulation ending on 1995-11-31T00:00+02:00</li> </ul> <p> </p> <p><strong>Known bugs and limitations in this dataset or the associated manuscript.</strong></p> <p>A small bug in RAPID v1.1.0 was discovered and fixed on 2011-07-16 that had an impact on the optimization of parameters when using forcing data to replace upstream simulations. This bug led to erroneous results for only two of the basins where upstream forcing was used: Garonne River Basin, downstream; and Rhone River Basin, downstream. The bug had no influence on: Loire River Basin, downstream, and Seine River Basin, downstream; or on any of the other simulations. This should not affect the conclusions of David et al. (2011) since only a few locations were impacted. </p> <p> </p> <p><strong>Funding</strong></p> <p>This work was partially supported by the French Mines Paristech, by the French Agence Nationale de la Recherche under the Vulnérabilité de la nappe du Rhin (VulNaR) project, by the French Programme Interdisciplinaire de Recherche sur l’Environnement de la Seine (PIREN-Seine) project, by the U.S. National Aeronautics and Space Administration under the Interdisciplinary Science Project NNX07AL79G, by the U.S. National Science Foundation under project EAR-0413265: CUAHSI Hydrologic Information Systems, and by the American Geophysical Union under a Horton (Hydrology) Research Grant.</p>
ALLENMINER v2.1 data files
<p>This dataset accompanies the ALLENMINER software package ( http://fredpdavis.com/allenminer ) that searches gene expression in the adult and developing mouse brain and spinal cord atlases published by the Allen Institute for Brain Science.</p> <p> </p> <p>ALLENIMNER v2.1 downloads these fastsearch files to accelerate searches within named brain regions.</p>
Aldeghi et al. Files for absolute free energy calculations in gromacs.
<p>These are the files for performing absolute free energy calculations using gromacs as reported in "Accurate calculation of the absolute free energy of binding for drug molecules. Aldeghi M, Heifetz A, Bodkin MJ, Knapp S, Biggin PC.<br /> Chem Sci. 2016 Jan 14;7(1):207-218. DOI: 10.1039/C5SC02678D"</p> <p> </p> <p>The files should prove useful for anyone wishing to try out their own methodology for comparison purposes or even just to repeat the work on a known dataset. The data is presented as a zip archive that should unpack into a directory called "Aldeghi-et-al-chemical-science-2016". There are four sub-directories in there and a README.txt file which should explain the details of the data.</p> <p> </p>
Output files corresponding to "Continental patterns of submarine groundwater discharge reveal coastal vulnerabilities"
<p><strong>Corresponding peer-reviewed publication</strong></p> <p>This dataset corresponds to the output files that were produced for the study reported in:</p> <ul> <li>Sawyer, Audrey H., Cédric H. David, and James S. Famiglietti, (2016), Continental patterns of submarine groundwater discharge reveal coastal vulnerabilities, Science, 353(6300), 705-707. DOI:10.1126/science.aag1058. </li> </ul> <p> </p> <p>When making use of any of the files in this dataset, please cite both the aforementioned article and the dataset herein. </p> <p> </p> <p><strong>Data sources</strong></p> <p>The following sources were used to produce files in this dataset:</p> <ul> <li>The National Hydrography Dataset Plus (NHDPlus) Version 2, obtained from http://www.horizon-systems.com/nhdplus/NHDplusV2_data.php. Regions used are: Northeast (NE: 01), Mid-Atlantic (MA: 02), South-Atlantic North (SAN: 03N), South-Atlantic South (SAS: 03S), South-Atlantic West (SAW: 03W), Lower Mississippi (MS: 08), Texas (TX: 12), California (CA: 18), and Pacific Northwest (NW: 17).</li> <li>The second phase of the North American Land Data Assimilation System (NLDAS2), obtained from ftp://hydro1.sci.gsfc.nasa.gov/data/s4pa/NLDAS. Model outputs used are: NLDAS_MOS0125_MC.002, NLDAS_NOAH0125_MC.002, and NLDAS_VIC0125_MC.002.</li> <li>The United States 2010 Census dataset (CENSUS 2010), obtained from: http://www2.census.gov/geo/tiger/TIGER2010DP1/County_2010Census_DP1.zip.</li> <li>The United States 2011 National Land Cover Database (NLCD 2011), obtained from: http://www.mrlc.gov/nlcd2011.php.</li> </ul> <p> </p> <p><strong>Description of files</strong></p> <p>The files in this dataset contain are described below:</p> <ul> <li><em>NHDFlowline_CONUS_coastline.zip. </em>This zip file contains a shapefile with the coastline of the Contiguous United States as described by NHDPlus V2, and was merged from a subsample of all river reaches available in regions used. </li> <li><em>Catchment_CONUS_coastline.zip. </em>This zip file contains a shapefile with the contributing catchments of NHDPlus V2 corresponding to the above coastline, and was merged from a subsample of all catchments available in regions used. </li> <li><em>Catchment_CONUS_coastline_centroid.zip</em>.<em> </em>This zip file contains a shapefile with the centroids of the above catchments. </li> <li><em>SGD_Coastal_Vulnerabilities.csv</em>. This .csv file contains the following data (units are in parentheses): <ul> <li>COMID. Unique feature identifier in NHDPlusV2 (-).</li> <li>LENGTHkm. Length of coastline feature (km).</li> <li>REACHCODE. Reach identifier in NHDPlusV2; reaches can include multiple features; Submarine Groundwater Discharge (SGD) is computed by reach, not feature (-).</li> <li>AREAsqkm. Area of coastal catchment feature (km<sup>2</sup>).</li> <li>REGION. NHDPlusV2 region: NE = Northeast, MA = Mid-Atlantic, SAN = South Atlantic North, SAS = South Atlantic South, SAW = South Atlantic West, TX = Texas, MS = Lower Mississippi, CA = California, PN = Pacific Northwest (-).</li> <li>RLENGTHkm. Total length of coastline accumulated by REACHCODE (km).</li> <li>RAREAsqkm. Total area of coastal catchment accumulated by REACHCODE (km<sup>2</sup>).</li> <li>BGRUNkgpsqm. Average annual infiltrating runoff for REACHCODE (kg/m<sup>2</sup>)</li> <li>SGDsqmpy. Average annual fresh SGD rate for REACHCODE (m<sup>2</sup>/y).</li> <li>RCOUNT. Number of features by REACHCODE (-).</li> <li>PDENpsqkm. Population density for coastal catchment feature (km<sup>-2</sup>).</li> <li>SWIVULN. Vulnerability to saltwater intrusion: - 1 = vulnerable, 0 = not vulnerable (-).</li> <li>PCTDEV11. Percentage of reach area with developed or agricultural land use in 2011 (%).</li> <li>CONTVULN. Vulnerability to offshore contamination associated with direct groundwater discharge: - 1 = vulnerable, 0 = not vulnerable (-).</li> </ul> </li> </ul> <p> </p> <p><strong>Known bugs and limitations in this dataset or the associated manuscript.</strong></p> <p>No bugs have been unveiled since publication of this dataset or the associated manuscript. Vulnerability thresholds are subjective and could be adjusted for different applications, refer to published manuscript for approaches used here.</p> <p> </p> <p><strong>Funding</strong></p> <p>This work was supported by the Ohio State University School of Earth Sciences, and NSF grant EAR-1446724 (A.H.S); the Jet Propulsion Laboratory, California Institute of Technology, under a contract with NASA, and grants from the NASA SWOT and Sea Level Science Teams (C.H.D. and J.S.F.).</p>
Object-based audio scene files for variations of the spatial arrangement in pop mixes for Wave Field Synthesis
<p>This entry contains object-based audio meta-data to generate the mixes published at http://dx.doi.org/10.5281/zenodo.61000.</p> <p>Have a look at README.md for further details.</p>
Audio files referred to in Roettger, Timo B. (2017). Tonal Placement in Tashlhiyt - How an intonation system accommodates to adverse phonological environments.
<p>Audio files referred to in Roettger, Timo B. (2017). Tonal Placement in Tashlhiyt - How an intonation system accommodates to adverse phonological environments. Berlin: Language Science Press (DOI 10.5281/zenodo.814472)</p>
Supplementary data files for manuscript titled "From spreadsheet lab data templates to knowledge graphs: A FAIR data journey in the domain of AMR research"
<div>This data repository contains all the necessary supplementary files for the manuscript titled "<strong>From spreadsheet lab data templates to knowledge graphs: A FAIR data journey in the domain of AMR research.</strong>"</div> <div> </div> <div>The repository is a copy of the <a href="https://github.com/IMI-COMBINE/template2graphs">GitHub page</a> with the source code used to generate the graph and additional files required for the Lab Data Template.</div> <div> </div> <div>Below we provide a brief overview of the data files in the `additional folder` and their underlying purpose:</div> <div> <ul> <li>The <strong>Data Survey</strong> collects relevant project and data set information to set up a Data Management Plan. It can serve as an input for Lab Data Template development.</li> <li>The <strong>Lab Data Templates</strong> facilitate the collection of AMR research data (in vivo and in vitro) in several sub-tables. The Excel format is compatible with upload procedures into the data repository 'grit' and serves as input for a knowledge graph workflow.</li> <li>The <strong>Data dictionary</strong> is connected to the Lab Data Templates and ensures harmonized data entries. In addition, the dictionaries collect metadata beyond the content of the Lab Data Template (e.g. bacterial strain information or compound information) and link to ontologies where possible.</li> <li>The <strong>FAIR assessments</strong> have been used as a primer for improving the template. This report is generated using the FAIR-DSM model.</li> </ul> </div> <div>The templates have been used during the IMI2 GNA NOW project to collect information and have been improved according to FAIR standards in collaboration with the IMI FAIRplus project ("post FAIRification").</div>
MelanoDB: Dataset files of clinical and molecular features of advanced melanoma patients treated with MAPK inhibitors
<p>MAPK inhibitors have significantly improved overall survival in patients with metastatic melanoma disease but their efficacy is still limited by primary or acquired resistance. Several studies have attempted to predict response to MAPK inhibitor therapy, however the lack of a consistent cohort prevents better definition of associations between treatment efficacy and clinical and/or molecular features. Here, we present MelanoDB, a collection of patients with metastatic melanoma treated with MAPK inhibitors. We formatted data from 8 different studies for a total of 417 cases to gather common clinical and molecular features. Whole or partial exome sequencing is available for 191 cases and gene expression for 132 cases. We provide a web application to explore the integrated data and its distribution among the collected studies, and we share this dataset to the scientific community according to FAIR principles</p> <p>These data are available under the licence CC-BY-SA.</p> <p>Here we provide a web application viewer of the database content: http://melanodb-ircm.montp.inserm.fr/</p> <p>You are requested to cite this repository in the case of using these data in a publication.</p>
Updated Files from the revision 1 (986 cMAGs and prokka annotations, all supplemental files)
<p>Included are the following files<br><br>1) Assembly files (47) in the form of .fasta for each of the 47 different samples (8 participants x 5 or 6 time points). This is the results of the assembly from hybrid long read data (all Pacbio Revio + ONT Promethion > Q20). Assemblies performed using metaMDBG. This file includes all contigs from the pipeline described in the manuscript and will include both high-quality and complete MAGs. <br>"hybrid_assemblies.tar.gz"<br><br>2) Assembly files (40) in the form of .fasta for the short read metaspades and tell-seq assembly methods<br>"SR_tellseq_assemblies.tar.gz"<br>"SR_metaspades_assemblies.tar.gz"</p> <p>3) Assembly files from sub-sampling experiment: 3 samples (A6, D5, and H6) were deep sequenced with both PB Revio and ONT Promethion lsk114 R10.4.1 SUP400. Data was randomly subsampled to various depths (1, 5, 10, 20, 30, 40 Gbp, and all) and then assembled with both metaMDBG and metaFlye. <br>-A6: total of 26 files (PB was less than 40 Gbp thus no 40 Gbp subsampling depth)<br>-D5: total of 28 files<br>-H6: total of 28 files<br>-total: 82 files<br>"LR_ONTPB_sub_assemblies.tar.gz"</p> <p>4) Tar file of all circular contigs from assemblies. This will include 47 separate fasta files (1 for each participant and time point). This data was used for the viral and plasmid analyses. <br>"Hsap_circ_contigs_47_assemblies.tar.gz"<br><br>5) File containing all of the 985 cMAGs with annotations generated using prokka</p> <p>"985cMAGs_prokkaannotation.tar.gz</p> <p>6) Deep taxonomic profiling feature table: Pacbio samples (45) with features classified using the GTDB and 985 cMAGs custom database<br>"PB_985cMAG-sourmash_45s_2162f" #feature table<br>"mapping-file_PB45s_2162f_deID.txt" #mapping file, deidentified<br><br>7) tar file containing all genomes in the updated quality 'c986 cMAGs' <br>(>90% completeness, <5% contamination, contig=1<br><br>8) tar file containing all prokka annotation files associated with the 986 cMAGs<br><br>9) All supplemental tables or data files used in the revision</p>
IAGOS-CARIBIC MS files collection (v2025.07.11)
<h2><strong>Content</strong></h2> <p><em><strong>IAGOS-CARIBIC_MS_files_collection_20250711</strong></em> contains merged IAGOS-CARIBIC data, on a 10s grid (CARIBIC-1 and CARIBIC-2; <https://www.caribic-atmospheric.com/>). There is one netCDF (version 4) file per IAGOS-CARIBIC flight. Files were generated from NASA Ames 1001 source files. For detailed content information, see global and variable attributes. Global attribute `na_file_header` contains the original NASA Ames file header as an array of strings.</p> <h2><strong>Data Coverage</strong></h2> <p>The data set covers 22 years of CARIBIC data from 1997 to 2020, flight numbers 1 to 591. There is no data available after 2020. Also, there is no data available for the following flight numbers within the [1..591] range:</p> <ul> <li>CARIBIC-1, 1997-2002, 1-97: 4, 5, 6, 21, 28, 30, 31, 32, 38, 39, 73, 81, 83, 91, 95</li> <li>98 to 109 do not exist</li> <li>CARIBIC-2, 2005-2020, 110-591: 217, 276, 277, 318, 320, 410, 411, 412, 425, 426, 427, 428, 434, 435 436</li> </ul> <h3>Special note on CARIBIC-1 data</h3> <p>CARIBIC-1 data only contains a subset of the variables found in CARIBIC-2 data files. To distinguish those two campaigns, use the global attribute 'mission'.</p> <h2>File format</h2> <p>netCDF v4, created with xarray, <https://docs.xarray.dev/en/stable/>. Compression: zlib, level 5. Metadata conventions: CF-1.10, ACDD-1.3 (see also 'comment' global attribute).</p> <h2><strong>Authors and Parameters Info</strong></h2> <p>See `CARIBIC-MS_files_species-and-contributors.csv` in the zip archive.</p> <h3><strong>Primary Contact</strong></h3> <ul> <li>Andreas Zahn, IAGOS-CARIBIC Coordinator , <andreas.zahn@kit.edu></li> <li>Florian Obersteiner, data management, <florian.obersteiner@kit.edu></li> </ul> <h2><strong>Data Availability<br></strong></h2> <p>This dataset is also available via the KIT-IMKASF THREDDS server, <https://thredds.atmohub.kit.edu/thredds/catalog/iagos-caribic/catalog.html>.</p> <h2><strong>Changelog</strong></h2> <ul> <li>`2025.07.11`: extend netCDF metadata (CF-1.10, ACDD-1.3), revise standard names and units. Data unchanged.</li> <li>`2025.06.02`: introduce netCDF file compression (zlib, level 5). Data unchanged.</li> <li>`2025.03.25`: variable name change (PosLat => lat, PosLong => lon, pstatic => p, Altitude => alt), add acetonitrile and acetone measurement precision columns</li> <li>`2024.10.28`: revise CARIBIC-1 data, all flights (note on lat/lon inaccuracy, range checks for static pressure and temperature). CARIBIC-2 data unchanged.</li> <li>`2024.07.17`: revise ozone data for flights 294 to 591</li> <li>`2024.01.12`: revise naming convention of (nc attributes), add POF IV funding reference (zenodo)</li> <li>`2023.11.15`: add CARIBIC-1 data, revise variable long names</li> <li>`2023.10.17`: remove duplicate flights ("MSA" is "MAA"), add previously missing flights (200, 201)</li> <li>`2023.09.26`: extend data; include soot photometer measurements</li> <li>`2023.07.26`: initial upload</li> </ul>
Data Citation Corpus Data File
<p>Data file for the fourth release of the Data Citation Corpus, produced by DataCite and Make Data Count as part of an ongoing grant project funded by the Wellcome Trust. <a href="https://makedatacount.org/data-citation/">Read more about the project</a>.</p> <p>The data file includes 10,697,745 data citation records (of which 9,682,257 represent unique dataset-publication pairs) in JSON and CSV formats. The JSON file is the version of record.</p> <p>Data is provided in batches of approximately 1 million records each. The publication date and batch number are included in the file name, ex: 2025-08-15-data-citation-corpus-01-v4.1.json.</p> <p>The data citations in the file originate from the following sources:</p> <ul> <li>DataCite Event Data</li> <li>Chan Zuckerberg Initiative (CZI) Science Knowledge Graph</li> <li>Aligning Science Across Parkinson’s (ASAP)</li> <li>Europe PMC</li> </ul> <p>Each data citation record is comprised of:</p> <ul> <li> <p>A pair of identifiers: An identifier for the dataset (a DOI or an accession number) and the DOI of the publication (journal article or preprint) in which the dataset is cited </p> </li> <li> <p>Metadata for the cited dataset and for the citing publication </p> </li> </ul> <p>The data file includes the following fields:</p> <div> <table> <tbody> <tr> <td> <p>Field</p> </td> <td> <p>Description</p> </td> <td> <p>Required?</p> </td> </tr> <tr> <td> <p>id</p> </td> <td> <p>Internal identifier for the citation</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>created</p> </td> <td> <p>Date of item's incorporation into the corpus</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>updated</p> </td> <td> <p>Date of item's most recent update in corpus</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>repository</p> </td> <td> <p>Repository where cited data is stored</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>publisher</p> </td> <td> <p>Publisher for the article citing the data</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>journal</p> </td> <td> <p>Journal for the article citing the data</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>title</p> </td> <td> <p>Title of cited data</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>publication</p> </td> <td> <p>DOI of article where data is cited</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>dataset</p> </td> <td> <p>DOI or accession number of cited data</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>publishedDate</p> </td> <td> <p>Date when citing article was published</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>source</p> </td> <td> <p>Source where citation was harvested</p> </td> <td> <p>Yes</p> </td> </tr> <tr> <td> <p>subjects</p> </td> <td> <p>Subject information for cited data</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>affiliations</p> </td> <td> <p>Affiliation information for creator of cited data</p> </td> <td> <p>No</p> </td> </tr> <tr> <td> <p>funders</p> </td> <td> <p>Funding information for cited data</p> </td> <td> <p>No</p> </td> </tr> </tbody> </table> </div> <p><strong> </strong></p> <p>Additional documentation about the citations and metadata in the file is available on the <a href="https://makedatacount.org/find-a-tool/data-citation-corpus-documentation/">Make Data Count website</a>. </p> <p><strong>Notes on v4.1:</strong></p> <p>Version 4.1 of the Data Citation Corpus is a minor update to v4.0 that corrects (1) an error that occurred when a portion of DOI-DOI citations originating from Europe PMC were attributed to the wrong repository, and (2) a small number of DOI formatting errors in the "publication" field.</p> <p><strong>Notes on v4.0:</strong></p> <p>The fourth release of the Data Citation Corpus data file adds new citations from the following sources:</p> <ul> <li> <p dir="ltr">5.2 million data citations from <a href="https://europepmc.org/">Europe PMC</a> identified as "eupmc" in the source field. Ingest of these citations was performed 9 July 2025.</p> </li> <li> <p dir="ltr">139,647 data citations from DataCite Event Data for the period 1 January 2025 through 30 June 2025.</p> </li> </ul> <p dir="ltr">This release also includes the following new metadata enhancements:</p> <ul> <li> <p dir="ltr">Affiliation information for cited data from the Gene Expression Omnibus (GEO) repository, reonciled to Research Organization Registry (ROR) IDs where possible.</p> </li> <li> <p dir="ltr">Reconciliation of organization and funders names with the Research Organization Registry (ROR) for new citations from Event Data.</p> </li> <li> <p dir="ltr">Application of Field of Science subject terms to citation records originating from Europe PMC, based on disciplinary area of data repository.</p> </li> </ul> <p>Additional details about the above changes, including scripts used to perform the above tasks, are available in <a href="https://github.com/Make-Data-Count-Community/corpus-data-file" target="_blank" rel="noopener">GitHub</a>. </p> <p>Additional enhancements to the corpus are ongoing and will be addressed in the course of subsequent releases. Users are invited to submit feedback via <a href="https://github.com/Make-Data-Count-Community/data-citation-corpus-feedback">GitHub</a>. For general questions, email <a href="mailto:info@makedatacount.org">info@makedatacount.org</a>.</p>
Video, image, and supplemental files linked in Burge et al. (2023) "Depredation by Bottlenose Dolphins Tursiops truncatus from Antillean Z-traps at Discovery Bay, Jamaica"
<p>Video, image, and supplementary text files linked in Burge et al. (2023), Caribbean Naturalist, 95: 1–25.</p><p><strong>Depredation by Bottlenose Dolphins </strong><i><strong>Tursiops truncatus</strong></i><strong> from Antillean Z-traps at Discovery Bay, Jamaica</strong></p><p>All video and image files referred to in the main text, figures, and tables are available from this repository. See Table 1 and Table S1 for additional details.</p><p> </p>
CWS Files
Open the record for dataset details and reuse information.
Simulated Ancient Genomic Kinship Dataset: VCF and BAM (1x) Files for Related (including inbred) Pairs
<p>Simulated Ancient Genomic Kinship Dataset: VCF and BAM (1x and 5x) Files for Related (including inbred) Pairs</p><p><strong>Description:</strong></p><p>This dataset comprises simulated pedigrees (VCF files containing 8,677,101 autosomal biallelic and 298,625 X chromosomal SNP positions) generated using Ped-sim (v1.3) and comprising pairs of diverse familial relationship types up to third-degree. The first-degree relationships are parent-offspring and siblings; the second-degree relationships are half-siblings, grandparent-grandchild, and avuncular pairs; and third-degree relationships are first cousins, great-grandparent-great-grandchild, and grand avuncular pairs. For each of these 8 relationship types, our dataset includes 48 pairs of individuals. It also contains unrelated pairs. Additionally, the dataset includes first- and second-degree relatives, with inbreeding (parent-offspring pairs where the parents of the offspring are the first cousins and grandparent-grandchild pairs where the grandchild is the offspring of first cousins). Our simulations encompass all combinations of kinship types regarding sex. The dataset was further enriched by simulating ancient DNA-like sequencing data (5x and 1x BAM files) of Ped-sim simulated individuals using the gargammel tool, employing procedures akin to standard paleogenomic sequencing libraries. Note that the BAM files contain only randomly chosen 200K autosomal SNP positions. Positions can be found in the "200K_positions" file. Details can be found in Aktürk, Mapelli and Güler et al. 2023.</p><p><strong>Data Sources and Generation:</strong></p><p>Founder genotypes for pedigree simulation were created from the Tuscany (TSI) population SNPs within the 1000 Genomes Dataset v3. Notably, the founder genotypes lack background relatedness or runs of homozygosity (ROH).</p><p><strong>Description of File Naming Conventions:</strong></p><p>The naming conventions of the BAM files in this dataset are designed to convey key information regarding the specifics of each file.</p><p><strong>cov1x or cov5x:</strong> This segment denotes the coverage level of the BAM files, indicating whether the sequencing coverage for the individuals in the files is 1x or 5x.</p><p><strong>run_*:</strong> Signifies the particular batch from which the pedigree and individuals are derived. This name segment also applies to VCF files.</p><p><strong>parent-offspring_* or similar identifiers:</strong> Reflects the origin of the individual from the corresponding VCF file. For instance, "parent-offspring_1" corresponds to the individuals present in the "run_*_parent-offspring_1.vcf" file.</p><p><strong>parent-offspring* or similar identifiers:</strong></p><p> Indicates the origin of the individual from the sets within the VCF files. For example, "parent-offspring1" signifies the first set of parent-offspring pedigrees within the VCF file. Note that parent-offspring, grandparent-grandchild, and great-grandparent-great-grandchild and the inbreeding VCFs contain only one set, so this identifier is always 1. This convention can be 1 or 2 for the rest of the pedigrees, as the VCF files contain two sets of related pairs.</p><p><strong>_g*-b*-: </strong>Provides information about the individual's generational level within the VCF. This follows the Ped-sim syntax. For example, for parent-offspring type, "_g1-b1-" indicates the first parent (generation 1) within a specific pedigree, and "_g1-b2-" indicates the second parent (generation 1) while "_g2-b1-" represents the offspring (generation 2).</p><p><strong>Example Naming Structure:</strong></p><p>For instance, the file "cov1x_run1_parent-offspring_1_parent-offspring1_g1-b1-i1.all.hs37d5.cons.90perc.trimBAM.bam" signifies a BAM file with 1x coverage, originating from "run1," containing individuals from the "run_*_parent-offspring_1.vcf" file (first set of parent-offspring pairs) where "_g1-b1-" designates the first parent in the first generation. The latter half of the name "hs37d5.cons.90perc.trimBAM.bam" is the same across all files. </p><p><strong>Note1:</strong> Segments such as <strong>parent-offspring*_g*-b*- </strong>can also be tracked in the naming of the genotype columns in the VCF.</p><p><strong>Note2: </strong>Sexual information within the VCF files is discernible from the genetic data present at X chromosome positions. Individuals carrying two genotypes on the X chromosome are female, while those with a single genotype are male.</p><p><strong>Note3: Some of the individuals from distinct pedigrees may</strong>,<strong> in fact</strong>,<strong> be related due to shared ancestry through common founders. To suit specific research objectives, researchers may need to identify and exclude such relatives if the full dataset is used for kinship estimation.</strong></p><p>For more details about the dataset's generation process, unique characteristics, or any specific inquiries, our team is available for further information. We welcome and encourage inquiries, aiming to provide comprehensive support and additional details that might aid researchers in utilizing this dataset effectively. Please don't hesitate to contact us for any specific information you may need.</p><p>This repository contains only VCFs and cov1x BAM and 200K_positions files. The rest of the files can be found at <strong>10.5281/zenodo.10079625 </strong>and<strong> 10.5281/zenodo.10079685.</strong></p><p> </p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.