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.
18
datasets available to search
ShareScore release 0.9.0
Dataset results
18 results for “Concept linking”
Examining LGBTQ+-related Concepts in the Semantic Web: Link Discovery, Concept Drift, Ambiguity, and Multilingual Information Reuse
<div> <h1>Examining LGBTQ+-related Concepts in the Semantic Web</h1> </div> <div> <h2>Introduction</h2> </div> <p>Welcome to the project. We study the links between LGBTQ+ ontologies and structured vocabularies. More specifically, we focus on GSSO, Homosaurus, QLIT, and Wikidata. The code is free for use with the license GPL 3,0. You can resue/extend the code for free as long as you give credits to us in your publication/data. Citation information will be added after the corresponding paper gets accepted. The paper is under submission and will be included soon. </p> <p>If you would like to extend this work, you may want to contact the experts in the acknowledgement before releasing your data/code about legal and ethical issues. The DOI for this version is 10.5281/zenodo.12684870. The latest code can be found at https://github.com/Multilingual-LGBTQIA-Vocabularies/Examing_LGBTQ_Concepts. </p> <p>To reproduce the results or extend our work, you need to take the following steps.</p> <div> <h2>Step 1: Preparing the data</h2> </div> <p>In this project, the following datasets were used:</p> <ul> <li>QLIT: version 1.0</li> <li>Homosaurus: version 3.5 and version 2.3</li> <li>Wikidata: retrieved from the SPARQL Endpoint (<a href="https://query.wikidata.org/sparql" rel="nofollow">https://query.wikidata.org/sparql</a>) and processed between 5th May and 8th May, 2024.</li> <li>GSSO: we used gsso.owl (version 2.0.10) obtained from its Github (<a href="https://github.com/Superraptor/GSSO">https://github.com/Superraptor/GSSO</a>).</li> <li>LCSH was obtained from the official website: <a href="https://id.loc.gov/authorities/subjects.html" rel="nofollow">https://id.loc.gov/authorities/subjects.html</a> on 9th May, 2024. The LCSH data was converted to its HDT format.</li> </ul> <p>Please put the corresponding files in the following folders (and change its names where necessary) to make sure that the Python scripts can find your code.</p> <ul> <li>./data/GSSO/gsso.owl</li> <li>./data/Homosaurus/v2.ttl and ./data/Homosaurus/v3.ttl</li> <li>./data/LCSH/lcsh.hdt (we used its HDT format for fast query and analysis). The original file is also attached: subjects.skosrdf.nt.</li> <li>./data/QLIT/Qlit-v1.ttl</li> </ul> <p>The case of Wikidata is more complicated. The following scripts were used for the retrival of data. These scripts are all in the folder ./data/wikidata/</p> <ul> <li>We used the Wikidata SPARQL endpoint: <a href="https://query.wikidata.org/" rel="nofollow">https://query.wikidata.org/</a></li> </ul> <p>The following relations from Wikidata were used while extracting triples.</p> <ul> <li>Wikidata - GSSO: <a href="http://www.wikidata.org/prop/direct/P9827" rel="nofollow">http://www.wikidata.org/prop/direct/P9827</a></li> <li>Wikidata - Homosaurus 2: <a href="http://www.wikidata.org/prop/direct/P6417" rel="nofollow">http://www.wikidata.org/prop/direct/P6417</a></li> <li>Wikidata - Homosaurus 3: <a href="http://www.wikidata.org/prop/direct/P10192" rel="nofollow">http://www.wikidata.org/prop/direct/P10192</a></li> <li>Wikidata - LCSH: <a href="http://www.wikidata.org/prop/direct/P244" rel="nofollow">http://www.wikidata.org/prop/direct/P244</a></li> </ul> <p>The generated files are:</p> <ul> <li>'wikidata-homosaurus-v2-links.nt'</li> <li>'wikidata-homosaurus-v3-links.nt'</li> <li>'wikidata-gsso-links.nt'</li> <li>'wikidata-qlit-links.nt'</li> <li>'wikidata-lcsh-links-all.nt'</li> </ul> <p>Please note that the case of Wikdiata-LCSH is more complicated: there are so many links that are nothing to do with the entities in our scope. We restrict it to only entities in the scope of this paper. See below for more details.</p> <p>You can find all the scripts in the corresponding folder in the data folder.</p> <p>All the SPARQL queries used can be found in the folder ./SPARQL/</p> <p>Note! For GSSO, the following two mistakes were corrected while preprocessing:</p> <ul> <li><a href="https://www.wikidata.org/wiki/Q1823134" rel="nofollow">https://www.wikidata.org/wiki/Q1823134</a> should not be used as a relation. We have replaced it with <a href="http://www.wikidata.org/prop/direct/P244" rel="nofollow">http://www.wikidata.org/prop/direct/P244</a>.</li> <li>Instead of referring to the page, we refer to the entity. We use <a href="http://www.wikidata.org/entity/" rel="nofollow">http://www.wikidata.org/entity/</a>* instead of <a href="https://www.wikidata.org/wiki/" rel="nofollow">https://www.wikidata.org/wiki/</a>*</li> </ul> <p>The redirection test was conducted on 30th April, 2024, between 6PM and 8PM. The files can be found in the folder of ./data/Homosaurus/redirect/.</p> <div> <h2>Integrating the data</h2> </div> <p>In the folder ./integrated_data/, you can find all the scripts related to the integrated data. Unfortunately, due to the CC-BY-NC-ND license of GSSO and Homosaurus, the integrated data will not be made available. But you can generate it with the instructions above and by using the following scripts.</p> <p>The script ./integrated_data/integrate.py takes advantage of the data generated. It first integrates a list of files of links. Then we go through the links between Wikidata and LCSH. Only those that are in the scope of the study are included.</p> <ul> <li>If your steps are correct and using the same version as we did, you should be able to get four files:</li> <li>a) the integrated file as integrated.nt</li> <li>b) the links that are relevant for this study: wikidata-lcsh-links-selected.nt.</li> <li>c) a plot of the distribution of the size of WCCs</li> <li>d) a mapping of entities and their corresponding ID of WCCs.</li> </ul> <div> <h2>Weakly Connected Components</h2> </div> <p>The weakly connected components (WCCs) were computed for the following three purposes:</p> <p>a) Discovering missing links. See the section below for details.</p> <p>b) The WCCs can be used for manual examination. These are entities that form clusters about related concepts. The intuition is that the larger they are, the more likely there is concept drift/change, ambiguity, and mistakes.</p> <p>c) Multilingual information reuse. Smaller WCCs with exactly one entity from each dataset (e.g. Homosaurus and Wikidata) can then be used to suggest labels for the one with fewer labels for some given languages. See below for more details.</p> <p>As mentioned above, the distribution has been plotted. You can find this plot here: ./integrated_data/frequency.png</p> <p>In the folder ./integrated_data/weakly_connected_components/, you can find all the WCCs and their links.</p> <p>Two examples were given in the folder. The largest WCC about sex, gender, fucking, etc. The other is about BDSM and fetish.</p> <div> <h2>Discovering missing and outdated links</h2> </div> <p>Taking advantage of WCCs, we can further find missing and outdated links. The scripts are in the folder ./discover_missing_links.</p> <p>Three examples were given. The first two is about discovering missing links. The last one is about finding outdated links.</p> <ul> <li> <p>The script ./discover_missing_links/discover_H3_LCSH.py and ./discover_missing_links/discover_QLIT_LCSH.py are scripts that outputs links that could be missing in Homosaurus and QLIT respectively. This was computed by looking at the WCCs. If two entities are both involved in the same WCC, there could be a link between them. The csv files in the same folder are the corresponding links found.</p> </li> <li> <p>The script ./discover_missing_links/find_qlit_outdated_links/ is used to discover the outdated links between QLIT and Homosaurus v3. There was only one link found.</p> </li> <li> <p>The 105 potentially missing links were taken for further review by Swedish-speaking experts from the QLIT team, which showed that 78 (72.38%) suggested links should be included: 38 (36.19%) can be included using skos:exactMatch and another 38 (36.19%) using skos:closeMatch. 28 (26.67%) suggested links are incorrect. The manual annotation are included in the file ./discover_missing_links/Annotated_found_new_links_qlit-lcsh.xlsx.</p> </li> </ul> <div> <h2>Multilingual Information Reuse</h2> </div> <p>You can find two attempts in the folders about the use of GSSO and Wikidata for Homosaurus respectively.</p> <ul> <li>./WCC-based-gsso-multilingual_info_reuse/</li> <li>./WCC-based-wikidata-multilingual_info_reuse/</li> </ul> <p>Additionally, we provide also some code for the reuse of Wikidata multilingual info for QLIT. It's in the folder</p> <ul> <li>./WCC-based-QLIT-info-reuse-from-Wikidata/</li> </ul> <p>They follow very similar steps:</p> <ol> <li> <p>Compute the one-to-one mapping using the WCCs. The script is named compute-one-to-one-mapping.py</p> </li> <li> <p>Extract the multilingual labels from sources. The corresponding file is extract_multilingual_labels_from_one_to_one_mappings.py</p> </li> <li> <p>Provide the extracted multilingual as suggestions for targeting entities. The name of the corresponding files are like "*suggesting-labels.py", where the * is replaced by the actual source/target.</p> </li> </ol> <p>For GSSO, we use the following relations:</p> <ul> <li><a href="http://www.w3.org/2000/01/rdf-schema#label" rel="nofollow">http://www.w3.org/2000/01/rdf-schema#label</a></li> <li><a href="http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym" rel="nofollow">http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym</a></li> <li><a href="http://www.geneontology.org/formats/oboInOwl#hasSynonym" rel="nofollow">http://www.geneontology.org/formats/oboInOwl#hasSynonym</a></li> <li><a href="http://www.geneontology.org/formats/oboInOwl#hasExactSynonym" rel="nofollow">http://www.geneontology.org/formats/oboInOwl#hasExactSynonym</a></li> <li><a href="http://purl.org/dc/terms/replaces" rel="nofollow">http://purl.org/dc/terms/replaces</a></li> <li><a href="https://www.wikidata.org/wiki/Property:P5191" rel="nofollow">https://www.wikidata.org/wiki/Property:P5191</a></li> <li><a href="https://www.wikidata.org/wiki/Property:P1813" rel="nofollow">https://www.wikidata.org/wiki/Property:P1813</a></li> <li><a href="https://schema.org/alternateName" rel="nofollow">https://schema.org/alternateName</a></li> <li><a href="http://www.w3.org/2002/07/owl#annotatedTarget" rel="nofollow">http://www.w3.org/2002/07/owl#annotatedTarget</a></li> </ul> <p>Additioinally, we found the relation to be studied in the future: <a href="http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym" rel="nofollow">http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym</a></p> <p>For Wikidata, there are only two:</p> <ul> <li><a href="http://www.w3.org/2000/01/rdf-schema#label" rel="nofollow">http://www.w3.org/2000/01/rdf-schema#label</a></li> <li><a href="http://www.w3.org/2004/02/skos/core#altLabel" rel="nofollow">http://www.w3.org/2004/02/skos/core#altLabel</a></li> </ul> <div> <h2>Additional analysis</h2> </div> <p>Additionally, we perform an analysis using only redirection and replacement for GSSO and Homosaurus. The scripts are in the folder ./additional_test_gsso_multilingual_info_reuse. We consider also Homosaurus v2. This additional analysis shows the following:</p> <ul> <li> <p>For the Turkish language, in total there are 103 triples about labels about 23 entities. The average suggested labels per entity is 3.0.</p> </li> <li> <p>For the Spanish language, in total there are 205 triples about labels about 43 entities. The average suggested labels per entity is 2.12.</p> </li> <li> <p>For the French language, in total there are 277 triples about labels about 47 entities. The average suggested labels per entity is 2.19.</p> </li> <li> <p>For the Danish language, in total there are 115 triples about labels about 47 entities. The average suggested labels per entity is 2.70.</p> </li> </ul> <p>Some analysis about the replacement relations of Homosaurus is in the folder ./data/Homosaurus/replace_relations_homosaurus/.</p> <p>Finally, some additional analysis is included in the folder ./analysis_integrated_graph. Currently, there is only one that is about outdated entities in Homosaurus v3. Some more analysis will be added in the future.</p> <div> <h2>Acknowledgement</h2> </div> <p>The authors appreciate the help of the following researchers:</p> <ul> <li>Siska Humlesjö, QLIT, Göteborgs Universitet (<a href="mailto:siska.humlesjo@lir.gu.se">siska.humlesjo@lir.gu.se</a>)</li> <li>Olov Kriström, former member of QLIT</li> <li>Jack van der Wel, IHLIA (<a href="mailto:jack@ihlia.nl">jack@ihlia.nl</a>)</li> <li>Clair Kronk, GSSO (<a href="mailto:clair.kronk@mountsinai.org">clair.kronk@mountsinai.org</a>)</li> </ul> <div> <p>If you would like to extend this work, you may want to contact them before releasing your data/code about legal and ethical issues.</p> <h2>Contact</h2> </div> <ul> <li>Shuai Wang, Vrije Universiteit Amsterdam (<a href="mailto:shuai.wang@vu.nl">shuai.wang@vu.nl</a>)</li> <li>Maria Adamidou, Vrije Universiteit Amsterdam (<a href="mailto:m.adamidou@student.vu.nl">m.adamidou@student.vu.nl</a>)</li> </ul> <p> </p> <p>Thank you very much for your interest in our project!</p>
Linked collectors and determiners for: Expanded concept and revised taxonomy of the milliped family Xystodesmidae Cook, 1895 (Polydesmida: Leptodesmidea: Xystodesmoidea): incorporations of Euryuridae Pocock, 1909 and Eurymerodesmidae Causey, 1951, taxon revivals / proposals / transferrals, and a distributional update.
Natural history specimen data linked to collectors and determiners held within, "Expanded concept and revised taxonomy of the milliped family Xystodesmidae Cook, 1895 (Polydesmida: Leptodesmidea: Xystodesmoidea): incorporations of Euryuridae Pocock, 1909 and Eurymerodesmidae Causey, 1951, taxon revivals / proposals / transferrals, and a distributional update". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/b412f1c4-28b9-4786-9aec-f930c9c00373">https://bionomia.net/dataset/b412f1c4-28b9-4786-9aec-f930c9c00373</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/b412f1c4-28b9-4786-9aec-f930c9c00373">https://gbif.org/dataset/b412f1c4-28b9-4786-9aec-f930c9c00373</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: A new species of the Chaleponcus dabagaensis - group from Mount Rungwe, Tanzania-support for an extended concept of the Eastern Arc Mountains (Diplopoda, Spirostreptida, Odontopygidae).
Natural history specimen data linked to collectors and determiners held within, "A new species of the Chaleponcus dabagaensis - group from Mount Rungwe, Tanzania-support for an extended concept of the Eastern Arc Mountains (Diplopoda, Spirostreptida, Odontopygidae)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/d71f3b4a-f7a9-4f8b-92a3-f4dcbe49ae17">https://bionomia.net/dataset/d71f3b4a-f7a9-4f8b-92a3-f4dcbe49ae17</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/d71f3b4a-f7a9-4f8b-92a3-f4dcbe49ae17">https://gbif.org/dataset/d71f3b4a-f7a9-4f8b-92a3-f4dcbe49ae17</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: Unexpected diversity of Lacon Laporte, 1838 (Coleoptera: Elateridae: Agrypninae) in the Levant: revised species concepts, new species, and an identification key.
Natural history specimen data linked to collectors and determiners held within, "Unexpected diversity of Lacon Laporte, 1838 (Coleoptera: Elateridae: Agrypninae) in the Levant: revised species concepts, new species, and an identification key". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/c6d3d19c-627e-425f-8824-193a7213994a">https://bionomia.net/dataset/c6d3d19c-627e-425f-8824-193a7213994a</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/c6d3d19c-627e-425f-8824-193a7213994a">https://gbif.org/dataset/c6d3d19c-627e-425f-8824-193a7213994a</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: Description of two new species and phylogenetic reassessment of Perelleschus O'Brien & Wibmer, 1986 (Coleoptera: Curculionidae), with a complete taxonomic concept history of Perelleschus sec. Franz & Cardona-Duque, 2013.
Natural history specimen data linked to collectors and determiners held within, "Description of two new species and phylogenetic reassessment of Perelleschus O'Brien & Wibmer, 1986 (Coleoptera: Curculionidae), with a complete taxonomic concept history of Perelleschus sec. Franz & Cardona-Duque, 2013". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/af97dd93-ad80-4dcf-af96-c67a1cc0901e">https://bionomia.net/dataset/af97dd93-ad80-4dcf-af96-c67a1cc0901e</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/af97dd93-ad80-4dcf-af96-c67a1cc0901e">https://gbif.org/dataset/af97dd93-ad80-4dcf-af96-c67a1cc0901e</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: Two new species of Lamiinae, synonymies in Hemilophini, and corrections on the concept of four genera with transfers of three species (Coleoptera, Cerambycidae).
Natural history specimen data linked to collectors and determiners held within, "Two new species of Lamiinae, synonymies in Hemilophini, and corrections on the concept of four genera with transfers of three species (Coleoptera, Cerambycidae)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/9e0cb1dc-1a39-470d-8bdb-ce3fd619a6a0">https://bionomia.net/dataset/9e0cb1dc-1a39-470d-8bdb-ce3fd619a6a0</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/9e0cb1dc-1a39-470d-8bdb-ce3fd619a6a0">https://gbif.org/dataset/9e0cb1dc-1a39-470d-8bdb-ce3fd619a6a0</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: A Gondwanan concept of Simplimorpha Scoble (sensu lato): a step toward clarity in the generic diagnostics of global Nepticulidae (Lepidoptera).
Natural history specimen data linked to collectors and determiners held within, "A Gondwanan concept of Simplimorpha Scoble (sensu lato): a step toward clarity in the generic diagnostics of global Nepticulidae (Lepidoptera)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/3dad7d04-f7c6-4300-9240-8f2e44d0c257">https://bionomia.net/dataset/3dad7d04-f7c6-4300-9240-8f2e44d0c257</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/3dad7d04-f7c6-4300-9240-8f2e44d0c257">https://gbif.org/dataset/3dad7d04-f7c6-4300-9240-8f2e44d0c257</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: Taxonomic utility of niche models in validating species concepts: A case study in Anthophora (Heliophila) (Hymenoptera: Apidae).
Natural history specimen data linked to collectors and determiners held within, "Taxonomic utility of niche models in validating species concepts: A case study in Anthophora (Heliophila) (Hymenoptera: Apidae)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/1363c785-b3e0-4322-9283-a6d272748735">https://bionomia.net/dataset/1363c785-b3e0-4322-9283-a6d272748735</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/1363c785-b3e0-4322-9283-a6d272748735">https://gbif.org/dataset/1363c785-b3e0-4322-9283-a6d272748735</a>. Formatted as a Frictionless Data package.
FoodOntoMap version 2: Linking Food Concepts across different Food Ontologies
<p>A dataset providing food concept normalization using different food ontologies. There are eight data sets which describe the unique food concepts from each ontology, and one main file which provides the mapping between the different ontologies. All files are in two formats (.csv, .xlsx).</p> <p>The prefixes for each dataset are as follows:</p> <ol> <li>"A" - Hansard Corpus</li> <li>"B" - FOODON</li> <li>"C" - SNOMEDCT</li> <li>"D" - OF</li> <li>"E" - RCD</li> <li>"F" - MESH</li> <li>"G" - SNMI</li> <li>"H" - NDDF<br> </li> </ol>
Following Darwin's footsteps: Evaluating the impact of an activity designed for elementary school students to link historically important evolution key concepts on their understanding of natural selection
<p>While several researchers have suggested that evolution should be explored from the initial years of schooling, little information is available on effective resources to enhance elementary school students' level of understanding of evolution by natural selection (LUENS). For the present study, we designed, implemented and evaluated an educational activity planned for fourth graders to explore concepts and conceptual fields that were historically important for the discovery of natural selection. Observation field notes and students' productions were used to analyse how the students explored the proposed activity. Additionally, an evaluation framework consisting of a test, the evaluation criteria and the scoring process was applied in two fourth-grade classes to estimate elementary school students' LUENS before and after engaging in the activity. Our results suggest that our activity allowed students to effectively link all of the key concepts in the classroom and produced a significant increase in their LUENS. These results indicate that our activity had a positive impact on students' understanding of natural selection. They also reveal that additional activities and minor fine-tuning of the present activity are required to further support students' learning about the concept of differential reproduction. We also observed a low level of teleological predictions for both pre- and post-tests. --</p>
Structuring of Data and Metadata in Bioimaging: Concepts and technical Solutions in the Context of Linked Data
<p>guided walkthrough of poster at <a href="https://doi.org/10.5281/zenodo.6821815">https://doi.org/10.5281/zenodo.6821815</a></p> <p>which provides an overview of contexts, frameworks, and models from the world of bioimage data as well as metadata and the techniques for structuring this data as Linked Data.</p> <p>You can also watch the video in the browser on the <a href="https://gerbi-gmb.de/i3dbio/i3dbio-resources/metadata-guide/">I3D:bio website</a>.</p>
OA-Concepts and Wikipedia-Links for "The different AI of Science and Wikipedia"
<p>The files contain the data for the VosViewer analyses in "The Different Artificial Intelligences of Science and Wikipedia" (Korte et al. 2024).</p> <p>OpenAlex:</p> <p>As described in the paper, all works from OpenAlex from 2001 and 2022 with the concept "Artificial Intelligence" and a concept score > 0.3 were downloaded. In August 23 using the OpenAlex API. The files contain for each work all concepts with a concept score > 0.3 in one line each separeted by dots. This allows co-occurrence analyses of concepts in VosViewer. For the analyses in the paper whitespaces and "(" in the concepts were removed.</p> <p>First line for 2001: <br>Random forest. Mathematics. AdaBoost. Statistics. Tree (set theory). Generalization. Support vector machine. Generalization error. Measure (data warehouse). Artificial intelligence. Pattern recognition (psychology). </p> <p>Wikipedia:</p> <p>As described in the paper, all Wikipedia pages of the category "Artificial Intelligence" and of all direct sibling categories were downloaded. In August 23 with the Wikipedia Periodic Revisions tool of El Baff and Hecking (https://github.com/DLR-SC/wikipedia-periodic-revisions): . The files contain for each page all hyperlinks to other Wikipedia pages for the dates of 12.31.2005 and 12.31.2021 in one line each separeted by dots. This allows co-occurrence analyses of links in Wikipedia.</p> <p>First line of 2006: <br>vehicleregistrationplate. corporation. googlesearch. googleplatform. googol. google(disambiguation). menlopark,california. erice.schmidt. sergeybrin. lawrencee.page. georgereyes. internet. [...]</p>
Following Darwin’s footsteps: Evaluating the impact of an activity designed for elementary school students to link historically important evolution key concepts on their understanding of natural selection
Open the record for dataset details and reuse information.
Linked collectors and determiners for: Correction of existing generic and species concepts in Platyceroidini (Coleoptera: Lucanidae: Lucaninae) and the description of four new species of Platyceroides Benesh.
Natural history specimen data linked to collectors and determiners held within, "Correction of existing generic and species concepts in Platyceroidini (Coleoptera: Lucanidae: Lucaninae) and the description of four new species of Platyceroides Benesh". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/cb56b0e3-1b88-4a89-b478-186e2b30721f">https://bionomia.net/dataset/cb56b0e3-1b88-4a89-b478-186e2b30721f</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/cb56b0e3-1b88-4a89-b478-186e2b30721f">https://gbif.org/dataset/cb56b0e3-1b88-4a89-b478-186e2b30721f</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: A revision of the concept of Mago O. Pickard-Cambridge, 1882, and proposal of a new genus (Araneae: Salticidae: Amycini).
Natural history specimen data linked to collectors and determiners held within, "A revision of the concept of Mago O. Pickard-Cambridge, 1882, and proposal of a new genus (Araneae: Salticidae: Amycini)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/aec44da6-3bb9-4130-a87e-c0cb11cbc2e7">https://bionomia.net/dataset/aec44da6-3bb9-4130-a87e-c0cb11cbc2e7</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/aec44da6-3bb9-4130-a87e-c0cb11cbc2e7">https://gbif.org/dataset/aec44da6-3bb9-4130-a87e-c0cb11cbc2e7</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: Soyedina Ricker, 1952 (Plecoptera: Nemouridae) in the eastern Nearctic: review of species concepts, proposed morphology-based species groups, and description of a new species from North Carolina.
Natural history specimen data linked to collectors and determiners held within, "Soyedina Ricker, 1952 (Plecoptera: Nemouridae) in the eastern Nearctic: review of species concepts, proposed morphology-based species groups, and description of a new species from North Carolina". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/349f1d0e-6dfc-443a-998d-0322ea62b866">https://bionomia.net/dataset/349f1d0e-6dfc-443a-998d-0322ea62b866</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/349f1d0e-6dfc-443a-998d-0322ea62b866">https://gbif.org/dataset/349f1d0e-6dfc-443a-998d-0322ea62b866</a>. Formatted as a Frictionless Data package.
Linked collectors and determiners for: The concept of Compsoneuria Eaton, 1881 revisited in light of historical and new material from the Sunda Islands (Ephemeroptera: Heptageniidae: Ecdyonurinae).
Natural history specimen data linked to collectors and determiners held within, "The concept of Compsoneuria Eaton, 1881 revisited in light of historical and new material from the Sunda Islands (Ephemeroptera: Heptageniidae: Ecdyonurinae)". Claims or attributions were made on Bionomia by volunteer Scribes, <a href="https://bionomia.net/dataset/7d11dc81-2b61-40fb-8eb1-fcdfb1547668">https://bionomia.net/dataset/7d11dc81-2b61-40fb-8eb1-fcdfb1547668</a> using specimen data from the dataset aggregated by the Global Biodiversity Information Facility, <a href="https://gbif.org/dataset/7d11dc81-2b61-40fb-8eb1-fcdfb1547668">https://gbif.org/dataset/7d11dc81-2b61-40fb-8eb1-fcdfb1547668</a>. Formatted as a Frictionless Data package.
The Efficacy of Auto-cross Linked Hyaluronic Acid Gel in the Prevention of Adhesion Reformation After Hysteroscopic Resection of Retained Products of Conception
ClinicalTrials.gov study NCT05085067. IPD Sharing: UNDECIDED. Countries: 1. Publications: 0.
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.