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.
386
datasets available to search
ShareScore release 0.9.0
Dataset results
386 results for “War”
Web wars: Males of the golden orb-web spider invest more in fights for mated and aggregated females
Open the record for dataset details and reuse information.
Increased impact sensitivity in ageing high explosives: Analysis of Amatol extracted from explosive remnants of war
Open the record for dataset details and reuse information.
War of Words: The Competitive Dynamics of Legislative Processes
<p><strong>Update: A newer version of this dataset is available <a href="https://zenodo.org/record/4709248#.YXesJS8itqs">here</a>.</strong><strong> </strong>It comes with features extracted from the MEPs, the edits, and the dossiers, such as the <strong>nationality</strong> of MEPs, the <strong>type of law </strong>being edited, and the <strong>text of the edits</strong>. Check it out!</p> <p>This upload contains the dataset presented and used in the paper:</p> <blockquote> <p>Kristof, V., Grossglauser, M., Thiran, P., <a href="https://infoscience.epfl.ch/record/275473/"><em>War of Words: The Competitive Dynamics of Legislative Processes</em></a>, The Web Conference, April 20-24, 2020, Taipei, Taiwan</p> </blockquote> <p><strong>Read Section 2.2 of the paper to learn more about the European legislative process. </strong>The code to process and use the dataset can be found on <a href="https://github.com/indy-lab/war-of-words">GitHub</a>.</p> <p>The dataset is split into two legislature periods of the European Parliament, the 7th (<strong>war-of-words-ep7.txt</strong>) and the 8th (<strong>war-of-words-ep8.txt</strong>) legislature. Here is a snippet to load the dataset (for EP7 in this example) in Python:</p> <pre><code class="language-python">import json with open('path/to/war-of-words-ep7.txt') as f: dataset = [json.loads(l) for l in f.readlines()] </code></pre> <p>In the two text files, each line is a data point representing a <em>conflict between edits</em>. It is encoded as a JSON list of dictionaries, where each dictionary is an edit. Each edit has the following structure:</p> <pre><code class="language-json">{ 'edit_id': 163187, // Unique edit identifier. 'accepted': True, // Label. 'dossier_ref': 'ENVI-AD(2012)487738', // Reference to dossier (see below). 'authors': [ // List of authors. { 'id': 4550, // Unique MEP identifier (see below). 'name': 'Jill EVANS', // MEP name. 'rapporteur': False // Whether the MEP is rapporteur. }, ], }</code></pre> <p>You can assume that:</p> <ul> <li>Each data point has at least one edit.</li> <li>If there is only one edit, then it is <em>in conflict with the status quo </em>(see Section 4 of the paper).</li> <li>If there are two or more edits in conflict, then they are all in conflict against each other <em>and</em> they are in conflict with the status quo (see Section 4 of the paper).</li> <li>At most one edit is accepted in each data point.</li> <li>In each legislature, each edit has a unique identifier.</li> <li>There are no timestamps associated with edits (see Section 3 of the paper). </li> </ul> <p>The <strong>dossier_ref</strong> can be used to get more information on the dossier. It is formatted as <strong>COMM-TYPE(YEAR)PENUMBER </strong>(this follows the notation of file names used by the Parliament Secretariat), where</p> <ul> <li><strong>COMM</strong> is the <a href="https://www.europarl.europa.eu/committees/en/about/introduction">committee</a> identifier (4 capital letters)</li> <li><strong>TYPE</strong> is either <strong>AD</strong> (opinion) or <strong>A{7,8}</strong> (report for EP7 or EP8, see Section 2.2 of the paper)</li> <li><strong>YEAR</strong> is the year the dossier has been voted</li> <li><strong>PENUMBER</strong> is the "PE number", a document identifier used by the European Parliament</li> </ul> <p>You can browse the Parliament documents to find details about the dossier for <a href="https://www.europarl.europa.eu/committees/en/archives/7/document-search">EP7</a> and <a href="https://www.europarl.europa.eu/committees/en/archives/8/document-search">EP8</a> (the PE number field should be enough).</p> <p>The parliamentarians (MEPs, for Member of the European Parliament) have a unique identifier that you can use to get more details about them on the Parliament website: Go to <strong>https://www.europarl.europa.eu/meps/en/MEP_ID</strong>, where <strong>MEP_ID </strong>is the id of the MEP of interest.</p> <p>This dataset is vowed to become richer: I will add more features, as I am able to extract them.</p> <p> </p> <p><strong>Don't hesitate to <a href="mailto:victor.kristof@epfl.ch?subject=Question%20about%20the%20War%20of%20Words%20dataset">reach out to me</a> if you have any questions!</strong></p> <p> </p> <p>To cite this work:</p> <pre><code>@inproceedings{kristof2020war, author = {Kristof, Victor and Grossglauser, Matthias and Thiran, Patrick}, title = {War of Words: The Competitive Dynamics of Legislative Processes}, year = {2020}, booktitle = {Proceedings of The Web Conference 2020}, pages = {2803–2809}, numpages = {7}, location = {Taipei, Taiwan}, series = {WWW '20} }</code></pre> <p> </p>
WAR
<p>Sound and annotation files for the text WAR published as PDF in the appendix of "A Grammar of Bulu Puroik" (<a href="https://boristheses.unibe.ch/2251/">https://boristheses.unibe.ch/2251/</a>)..</p> <p>Recording date: 2014-11-23</p> <p>Recording place: Tezpur, Assam</p> <p>Speaker: Phembu Raiju</p> <p><strong>Summary:</strong> Story from the India-China war in 1962</p> <p>This digital object includes the following files:</p> <ul> <li>Puroik_0314.wav - original sound file</li> <li>WAR.eaf - xml annotation file. Place it into the same directory with the sound file and open it with ELAN (<a href="https://archive.mpi.nl/tla/elan">https://archive.mpi.nl/tla/elan</a>).</li> <li>WAR.org - human readable text file. Read it with emacs org-mode or any other text editor. To play the sound file org-player.el has to be installed.</li> <li>WAR_raw.org - original org-mode annotation file with a working orthography and additional comments and questions. WAR.org, WAR.eaf, and the pdf version in in the appendix of "A Grammar of Bulu Puroik" were all generated from this file.</li> </ul> <p>This work is licensed under a <a href="https://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a></p>
Data from: Children in the Syrian civil war: the familial, educational, and public health impact of ongoing violence
The Syrian civil war since 2011 has led to one of the most complex humanitarian emergencies in history. The objective of this study was to document the impact of the conflict on the familial, educational, and public health state of Syrian children. A cross-sectional observational study was conducted in May 2015. Health care workers visited families with a prospectively designed data sheet in 4 Northern Syrian governorates. The 1001 children included in this study originated from Aleppo (41%), Idleb (36%), Hamah (15%), and Lattakia (8%). The children's median age was 6 years (range, 0-15 years; interquartile range, 3-11 years), and 61% were boys. Almost 20% of the children were internally displaced, and 5% had deceased or missing parents. Children lacked access to safe drinking water (15%), appropriate sanitation (23%), healthy nutrition (16%), and pediatric health care providers (64%). Vaccination was inadequate in 72%. More than half of school-aged children had no access to education. Children in Idleb and Lattakia were at greater risk of having unmet public health needs. Younger children were at greater risk of having an incomplete vaccination state. After 4 years of civil war in Syria, children have lost parents, live in substandard life quality circumstances, and are at risk for outbreaks because of worsening vaccination states and insufficient availability of health care providers.
Bridgewater great war memorial
kept as a point cloud due to upload file size limits Source: Objaverse 1.0 / Sketchfab
Make Art Not War.
Artist: [Shepard Fairey](https://www.street-artwork.com/en/artwork/4727/germany-berlin-graffiti) Some more [background](https://www.streetartbio.com/single-post/2016/05/06/Make-art-not-war/#!) on the piece. --- Part of the [Berlin 3D Virtual Tour](https://r.upo.sh/KCAF6qoW). [More details](https://urban-photogrammetry.org/berlin/5d7de3d158cf48a2bb1852f6a6b231ac). --- Source: Objaverse 1.0 / Sketchfab
WAR
Source: Objaverse 1.0 / Sketchfab
World War II coin (1944).
Monetary unit: penny. Denomination: 10. Year of issue: 1944. Material: cupronickel. Edge: ribbed. Diameter: 17.27mm. Thickness: 1.1 mm. Weight: 1.8 grams. Монета периода Великой Отечественной войны (1944). Денежная единица: копейка. Номинал: 10. Год выпуска: 1944 год. Материал: мельхиор. Гурт: рубчатый. Диаметр: 17,27 мм. Толщина: 1,1 мм. Вес: 1,8 грамм. Source: Objaverse 1.0 / Sketchfab
War Hammer
Source: Objaverse 1.0 / Sketchfab
War
here is a bomb and a war Source: Objaverse 1.0 / Sketchfab
Low Poly War Cannon
LowPolyWarCannon for GameCraft competition. Source: Objaverse 1.0 / Sketchfab
War horn
Travail Pratique 1 - Low Poly - 2019 Source: Objaverse 1.0 / Sketchfab
Revolutionary War leaders meet in Yorktown
An imagined meeting of Revolutionary War leaders of the American Continental Army and the French Army/Navy in Yorktown, Virginia. So many tricorn hats! Washington, Lafayette, Rochambeau, and de Grasse are convened. https://www.dailypress.com/virginiagazette/va-vg-yorktown-rochambeau-1013-20211014-bwuapjzrtjhgvnmfndrx3uiw4i-story.html ~250 photos processed with Polycam Sketchfab: https://skfb.ly/ovGzx Source: Objaverse 1.0 / Sketchfab
Figure 3c. - A disused military bunkers from the Second World War, locus typicus of the species.
Figure 3c. - A disused military bunkers from the Second World War, locus typicus of the species.
Figure 3c. - A disused military bunkers from the Second World War, locus typicus of the species.
Figure 3c. - A disused military bunkers from the Second World War, locus typicus of the species.
Coin of the end of World War II (1945).
Coin of the finale of the Great Patriotic War (1945). Monetary unit: penny. Denomination: 2. Year of issue: 1945. Material: aluminum bronze. Edge: ribbed. Diameter: 18 mm. Thickness: 1.1mm. Weight: 2 grams. Монета финала Великой Отечественной войны (1945). Денежная единица: копейка. Номинал: 2. Год выпуска: 1945 год. Материал: алюминиевая бронза. Гурт: рубчатый. Диаметр: 18 мм. Толщина: 1,1 мм. Вес: 2 грамм. Source: Objaverse 1.0 / Sketchfab
World War II - Unexploded Mk 2 grenade
4k Texture+Normal map+Occlusion The Mk 2 was replaced by the M26-series (M26/M61/M57) and later M33 series (M33/M67). It was phased out gradually in service beginning with the Korean War. Due to the tremendous quantity manufactured during World War II, it was in limited standard issue with the US Army and US Marine Corps throughout the 1950s and 1960s. The U.S. Navy was one of the last users when it was discontinued in 1969. Wikipedia photogrammetry: 440 photos - 100mm lens Source: Objaverse 1.0 / Sketchfab
World War II coin (1941).
World War II coin (1941). Monetary unit: penny. Denomination: 20. Year of issue: 1941. Material: cupronickel. Edge: ribbed. Diameter: 21.8mm. Thickness: 1.4 mm. Weight: 3.6 grams. Монета периода Великой Отечественной войны. Денежная единица: копейка. Номинал: 20. Год выпуска: 1941 год. Материал: мельхиор. Гурт: рубчатый. Диаметр: 21,8 мм. Толщина: 1,4 мм. Вес: 3,6 гр. Source: Objaverse 1.0 / Sketchfab
Nieuport 12 - First World War Airplane
Designed for observation, the Nieuport 12 served with the U.K.'s Royal Flying Corps (RFC), the Royal Naval Air Service (RNAS), as well as the air forces of France, Italy and Russia. <br><br> The Nieuport 12 found at the Canada Aviation and Space Museum was donated to Canada by the government of France. It was initially exhibited across North American to help raise support for the war effort. It was transferred to the Museum in 1965 and is one of only two known to exist worldwide. <br><br> Note: This model is mainly meant to be viewed in a virtual environment using computer software. You can try printing it off, though we cannot guarantee the quality. For educational activities that this model can be used in, please visit: ingeniumcanada.org/ingenium/museums/education/3D-aircrafts.php <br><br> Our terms of use can be found [here](https://ingeniumcanada.org/ingenium/doc/content/cstmc/CSTMC%20terms%20of%20use%203D%20ENG.pdf). Source: Objaverse 1.0 / Sketchfab
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.