Matches in Nanopublications for { ?s <http://schema.org/description> ?o ?g. }
- e09cfe52-587a-48fc-abb6-c2f9ea0a080e description "figures, source data or code, manuscript for the publication" assertion.
- fd932f10-150c-45cd-a5c7-765d0fa0c0d7 description "Spike-time data for grid cells. The data was used in the publication: Hafting, T. et al, 2005, "Microstructure of a spatial map in the entorhinal cortex", 436, 801-806 (doi:10.1038/nature03721) An older version of this dataset exists and has been published doi: 10.11582/2017.00017." assertion.
- 253e581d-a17b-49ac-ae1d-bf280eef7824 description "Spike-time data for grid cells. The data was used in the publication: Hafting, T. et al, 2005, "Microstructure of a spatial map in the entorhinal cortex", 436, 801-806 (doi:10.1038/nature03721) An older version of this dataset exists and has been published doi: 10.11582/2017.00017." assertion.
- 8b060f8b-89c6-4d94-be82-4141257b69a1 description "Spike-time data for grid cells. Data used in the publidation: Sargolini, F. et al, 2006, "Conjunctive Representation of Position, Direction, and Velocity in Entorhinal Cortex", Science 312 (5774), 758-612 (doi:10.1126/science.1125572). An older version of this dataset exists and has been published doi: 10.11582/2017.00019." assertion.
- 30a61a34-69ce-4ada-ac28-c1e7e2dfb1e1 description "Spike-time data for grid cells. Data used in the publidation: Sargolini, F. et al, 2006, "Conjunctive Representation of Position, Direction, and Velocity in Entorhinal Cortex", Science 312 (5774), 758-612 (doi:10.1126/science.1125572). An older version of this dataset exists and has been published doi: 10.11582/2017.00019." assertion.
- 8ea05dcd-5699-4eac-a543-9f26db2aed27 description "WARNING THIS DATASET HAS SOME ISSUES. Spike-time data for grid cells. Data used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212 (doi: 10.1002/hipo.20504) An older version of this dataset exists and is published doi: 10.11582/2017.00018." assertion.
- 4c5ec130-2fc3-4834-8a7c-fdab8f4e7292 description "WARNING THIS DATASET HAS SOME ISSUES. Spike-time data for grid cells. Data used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212 (doi: 10.1002/hipo.20504) An older version of this dataset exists and is published doi: 10.11582/2017.00018." assertion.
- 266d37c9-024d-4608-abf1-c6c34778844f description "Spike-time data for grid cells. Data was used in the publication: Hafting, T. et al, 2008, "Hippocampus-independent phase precession in entorhinal grid cells", Nature, 453, 1248-1252 (doi:10.1038/nature06957). An older version of this dataset exists and has been published doi: 10.11582/2017.00020." assertion.
- 8d76de6a-0c93-4add-867c-50850f372711 description "Spike-time data for grid cells. Data was used in the publication: Hafting, T. et al, 2008, "Hippocampus-independent phase precession in entorhinal grid cells", Nature, 453, 1248-1252 (doi:10.1038/nature06957). An older version of this dataset exists and has been published doi: 10.11582/2017.00020." assertion.
- 1629b99a-a623-4b21-be4f-427330e04c36 description "Demand-based dependence graphs (DDGs), such as the (Regionalized) Value State Dependence Graph ((R)VSDG), are intermediate representations (IRs) well suited for a wide range of program transformations. They explicitly model the flow of data and state, and only implicitly represent a restricted form of control flow. These features make DDGs especially suitable for automatic parallelization and vectorization, but cannot be leveraged by practical compilers without efficient construction and destruction algorithms. Construction algorithms remodel the arbitrarily complex control flow of a procedure to make it amenable to DDG representation, whereas destruction algorithms reestablish control flow for generating efficient object code. Existing literature presents solutions to both problems, but these impose structural constraints on the generatable control flow, and omit qualitative evaluation. The key contribution of this article is to show that there is no intrinsic structural limitation in the control flow directly extractable from RVSDGs. This fundamental result originates from an interpretation of loop repetition and decision predicates as computed continuations, leading to the introduction of the predicate continuation normal form. We provide an algorithm for constructing RVSDGs in predicate continuation form, and propose a novel destruction algorithm for RVSDGs in this form. Our destruction algorithm can generate arbitrarily complex control flow; we show this by proving that the original CFG an RVSDG was derived from can, apart from overspecific detail, be reconstructed perfectly. Additionally, we prove termination and correctness of these algorithms. Furthermore, we empirically evaluate the performance, the representational overhead at compile time, and the reduction in branch instructions compared to existing solutions. In contrast to previous work, our algorithms impose no additional overhead on the control flow of the produced object code. To our knowledge, this is the first scheme that allows the original control flow of a procedure to be recovered from a DDG representation. This dataset contains the python implementation the experiments in the paper were conducted with as well as the extracted CFGs from the SPEC2006 benchmarks. It also contains the scripts for creating the plots of the paper." assertion.
- e66bae04-855e-43f6-b3e4-d948ce5900ba description "Demand-based dependence graphs (DDGs), such as the (Regionalized) Value State Dependence Graph ((R)VSDG), are intermediate representations (IRs) well suited for a wide range of program transformations. They explicitly model the flow of data and state, and only implicitly represent a restricted form of control flow. These features make DDGs especially suitable for automatic parallelization and vectorization, but cannot be leveraged by practical compilers without efficient construction and destruction algorithms. Construction algorithms remodel the arbitrarily complex control flow of a procedure to make it amenable to DDG representation, whereas destruction algorithms reestablish control flow for generating efficient object code. Existing literature presents solutions to both problems, but these impose structural constraints on the generatable control flow, and omit qualitative evaluation. The key contribution of this article is to show that there is no intrinsic structural limitation in the control flow directly extractable from RVSDGs. This fundamental result originates from an interpretation of loop repetition and decision predicates as computed continuations, leading to the introduction of the predicate continuation normal form. We provide an algorithm for constructing RVSDGs in predicate continuation form, and propose a novel destruction algorithm for RVSDGs in this form. Our destruction algorithm can generate arbitrarily complex control flow; we show this by proving that the original CFG an RVSDG was derived from can, apart from overspecific detail, be reconstructed perfectly. Additionally, we prove termination and correctness of these algorithms. Furthermore, we empirically evaluate the performance, the representational overhead at compile time, and the reduction in branch instructions compared to existing solutions. In contrast to previous work, our algorithms impose no additional overhead on the control flow of the produced object code. To our knowledge, this is the first scheme that allows the original control flow of a procedure to be recovered from a DDG representation. This dataset contains the python implementation the experiments in the paper were conducted with as well as the extracted CFGs from the SPEC2006 benchmarks. It also contains the scripts for creating the plots of the paper." assertion.
- 74822014-e875-4820-998b-593365c726ba description "Background: Repetitive microsatellite DNA forms a universal component of eukaryote genomes. These repeats provide well-recognized bioinformatics challenges, for instance when assembling genomes or aligning sequence data. Moreover, the specific biochemical properties of repetitive DNA can influence the outcome of laboratory protocols. These properties however, are not often considered when analyzing whole genome sequence (WGS) data. Results: Here we report that the Atlantic cod (Gadus morhua) genome contains an order of magnitude more dinucleotide repeats than the majority of vertebrate genomes, with over eight percent of its genome that can be classified as either AC or AG dinucleotide repeat. Furthermore, the abundance of these repeats can be inflated in ancient DNA (aDNA) WGS data generated from this species, in particular in poorly preserved samples. This repeat inflation is suppressed by a reduced number of amplification cycles and by the inclusion of manufactured dinucleotide repeat oligonucleotides during amplification. Conclusion: Our data support a hypothesis whereby endogenous repetitive aDNA fragments self-prime, initiating a biased amplification reaction leading to artificially high levels of AC and AG repeats. This process appears to be particularly efficient in Atlantic cod –likely due to its high genomic content of repeats with relatively simple sequence complexity– providing an opportunity to detect a phenomenon not previously considered in an aDNA context. While the extent of self-priming in other studies is unclear, we nonetheless urge caution when quantifying repeat content in aDNA WGS data, given that self-priming may be difficult to detect if this process affects more complex repeat structures than dinucleotide repeats." assertion.
- c580323a-445f-4d1b-8af8-45472ee3144a description "Background: Repetitive microsatellite DNA forms a universal component of eukaryote genomes. These repeats provide well-recognized bioinformatics challenges, for instance when assembling genomes or aligning sequence data. Moreover, the specific biochemical properties of repetitive DNA can influence the outcome of laboratory protocols. These properties however, are not often considered when analyzing whole genome sequence (WGS) data. Results: Here we report that the Atlantic cod (Gadus morhua) genome contains an order of magnitude more dinucleotide repeats than the majority of vertebrate genomes, with over eight percent of its genome that can be classified as either AC or AG dinucleotide repeat. Furthermore, the abundance of these repeats can be inflated in ancient DNA (aDNA) WGS data generated from this species, in particular in poorly preserved samples. This repeat inflation is suppressed by a reduced number of amplification cycles and by the inclusion of manufactured dinucleotide repeat oligonucleotides during amplification. Conclusion: Our data support a hypothesis whereby endogenous repetitive aDNA fragments self-prime, initiating a biased amplification reaction leading to artificially high levels of AC and AG repeats. This process appears to be particularly efficient in Atlantic cod –likely due to its high genomic content of repeats with relatively simple sequence complexity– providing an opportunity to detect a phenomenon not previously considered in an aDNA context. While the extent of self-priming in other studies is unclear, we nonetheless urge caution when quantifying repeat content in aDNA WGS data, given that self-priming may be difficult to detect if this process affects more complex repeat structures than dinucleotide repeats." assertion.
- ee01f9e4-3ad0-4577-b626-5c9103eebe3c description "Whole genomic sequence data from 11 extinct bird species" assertion.
- f18b2e6a-010a-4416-b198-8e49410ed971 description "Whole genomic sequence data from 11 extinct bird species" assertion.
- afc95f4d-ef46-47bf-a284-89e1bd53495b description "This dataset is collective static information outputted by the TOPAZ4 reanalysis in 1991-2013. They include the assimilated observations and the concerned optimization information using the EnKF. Also they are ones of the basic reference datasets for the paper of “Quality assessment of the TOPAZ4 reanalysis in the Arctic over the period 1991–2013” accepted by Ocean Science in January 2017. The file ensemble-static-TOPAZ4-part0.tar.gz contains files before 20000 (Julian day relative to 1/1/1950) and ensemble-static-TOPAZ4-part1.tar.gz contains files after 20000." assertion.
- 09a43623-f924-4ea5-96c4-e73e6621379b description "This dataset is collective static information outputted by the TOPAZ4 reanalysis in 1991-2013. They include the assimilated observations and the concerned optimization information using the EnKF. Also they are ones of the basic reference datasets for the paper of “Quality assessment of the TOPAZ4 reanalysis in the Arctic over the period 1991–2013” accepted by Ocean Science in January 2017. The file ensemble-static-TOPAZ4-part0.tar.gz contains files before 20000 (Julian day relative to 1/1/1950) and ensemble-static-TOPAZ4-part1.tar.gz contains files after 20000." assertion.
- cbe0dfee-32f4-4ccc-9ea0-e4611abfe72a description "Spike-time data for grid cells. The data was used in the publication: Hafting, T. et al, 2005, "Microstructure of a spatial map in the entorhinal cortex", 436, 801-806 (doi:10.1038/nature03721). This dataset is an older version of the published dataset doi:10.11582/2014.00001 with data put online before Norstore Research Archive was available." assertion.
- 699ec490-619a-4297-8f28-e9187e1bb675 description "Spike-time data for grid cells. The data was used in the publication: Hafting, T. et al, 2005, "Microstructure of a spatial map in the entorhinal cortex", 436, 801-806 (doi:10.1038/nature03721). This dataset is an older version of the published dataset doi:10.11582/2014.00001 with data put online before Norstore Research Archive was available." assertion.
- 80d4357d-91a4-435c-a92d-b1c04afe4c0f description "Spike-time data for grid cells. Data used in the publidation: Sargolini, F. et al, 2006, "Conjunctive Representation of Position, Direction, and Velocity in Entorhinal Cortex", Science 312 (5774), 758-612 (doi:10.1126/science.1125572) This dataset is an older version of the published dataset doi: 10.11582/2014.00003 with data put online before Norstore Research Archive was available." assertion.
- a8f586b7-5101-4217-9715-d26492c29aaf description "Spike-time data for grid cells. Data used in the publidation: Sargolini, F. et al, 2006, "Conjunctive Representation of Position, Direction, and Velocity in Entorhinal Cortex", Science 312 (5774), 758-612 (doi:10.1126/science.1125572) This dataset is an older version of the published dataset doi: 10.11582/2014.00003 with data put online before Norstore Research Archive was available." assertion.
- e6f26cbc-a400-4bfc-87d2-cd94c3a404b8 description "WARNING THIS DATASET HAS SOME ISSUES. Spike-time data for grid cells. Data used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212. This dataset is an older version of the published dataset doi: 10.11582/2014.00002 with data put online before Norstore Research Archive was available." assertion.
- 8ed92d98-8b24-4516-97a8-9267ff1ee831 description "WARNING THIS DATASET HAS SOME ISSUES. Spike-time data for grid cells. Data used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212. This dataset is an older version of the published dataset doi: 10.11582/2014.00002 with data put online before Norstore Research Archive was available." assertion.
- cd45de5c-5cd2-4dc1-a0ab-54f4990a22a5 description "Spike-time data for grid cells. Data was used in the publication: Hafting, T. et al, 2008, "Hippocampus-independent phase precession in entorhinal grid cells", Nature, 453, 1248-1252 (doi:10.1038/nature06957) This dataset is an older version of the published dataset doi: 10.11582/2014.00004 with data put online before Norstore Research Archive was available." assertion.
- 6c4ab3be-3a97-4304-a360-c11b07c7a83b description "Spike-time data for grid cells. Data was used in the publication: Hafting, T. et al, 2008, "Hippocampus-independent phase precession in entorhinal grid cells", Nature, 453, 1248-1252 (doi:10.1038/nature06957) This dataset is an older version of the published dataset doi: 10.11582/2014.00004 with data put online before Norstore Research Archive was available." assertion.
- bfab61ab-8d3a-4c8a-956a-0d05839af73b description "Data and analysis used in the publication: Wernle, T. et al., 2017, "Integration of grid maps in merged environments" (NN-A60549A). format: Matlab." assertion.
- 3b2ea1f8-e7bc-4893-a8c4-dd418f30f370 description "Data and analysis used in the publication: Wernle, T. et al., 2017, "Integration of grid maps in merged environments" (NN-A60549A). format: Matlab." assertion.
- 520b717a-664c-41ef-9afe-8d98fb25c4aa description "Data and analysis used in the publication: Wernle, T. et al., 2017, "Integration of grid maps in merged environments" (NN-A60549A). format: Matlab." assertion.
- c75156f7-740a-4482-a920-4015eac6d51f description "Data and analysis used in the publication: Wernle, T. et al., 2017, "Integration of grid maps in merged environments" (NN-A60549A). format: Matlab." assertion.
- 3a7aa719-ccfc-4cfc-89d2-c9d9c31e7737 description "The archive contains the X-ray tomography data of two samples of monzonite rock during deformation." assertion.
- baf5fe94-ed8f-4841-863a-90079ceceea8 description "The archive contains the X-ray tomography data of two samples of monzonite rock during deformation." assertion.
- adc3405d-90ee-4c83-9704-8aaabdee5802 description "Cells from hippocampus with path integration-dependent firing in young rats" assertion.
- c5c5df92-dc7c-4022-8d9b-aa9bbfdc6112 description "Cells from hippocampus with path integration-dependent firing in young rats" assertion.
- 6236bf03-ab66-4db6-95b1-3f596703acf2 description "Speed cells in entorhinal cortex and their projections to the hippocampus." assertion.
- 016a0dbe-a5b8-4818-8a7f-bf7536090572 description "Speed cells in entorhinal cortex and their projections to the hippocampus." assertion.
- 2cee7168-1254-46dc-80cd-e3910724e61e description "The archive contains the dynamic X-ray tomography data of two Green River shale samples undergoing deformation. Samples GRS01 and GRS02" assertion.
- a4c25a72-a8d7-4920-8aad-abc7a4afaa0e description "The archive contains the dynamic X-ray tomography data of two Green River shale samples undergoing deformation. Samples GRS01 and GRS02" assertion.
- 04741546-5c3e-481c-b0f2-34db66f336af description "Supplemental Material for the paper "Separable Statistics and Multidimensional Linear Cryptanalysis"." assertion.
- 564de4f7-5c9b-457d-b571-6fbef45903d8 description "Supplemental Material for the paper "Separable Statistics and Multidimensional Linear Cryptanalysis"." assertion.
- 8b778ba8-2e09-48d9-a7ff-3d9354b70656 description "This is a refined version of the dataset. It contains spike-data, position data and also raw position data. This data was used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212." assertion.
- 7e9400c0-ba64-4db3-9054-34404e0fa625 description "This is a refined version of the dataset. It contains spike-data, position data and also raw position data. This data was used in the publication: Brun, V., 2008, "Progressive increase in grid scale from dorsal to ventral medial entorhinal cortex", Hippocampus, 18, 1200–1212." assertion.
- 18918bfc-fae6-43a4-a18d-b71de2500a44 description "Data of 4 samples: PERI01, PERI04, PERI06 and PERI08" assertion.
- 73372a06-a36e-419a-8217-2dc078f6803e description "Data of 4 samples: PERI01, PERI04, PERI06 and PERI08" assertion.
- 37db5a42-5a5d-420e-9422-c85007514eba description "Microtomography data of 3 samples of Fontainebleau deformed into the HADES rig at the European Synchrotron Radiation Facility (beamline ID19). Data are times series of 3D tomograms (stacks of tif images)." assertion.
- 4b25bf35-08e4-40c4-a0db-11cf4b28a511 description "Microtomography data of 3 samples of Fontainebleau deformed into the HADES rig at the European Synchrotron Radiation Facility (beamline ID19). Data are times series of 3D tomograms (stacks of tif images)." assertion.
- 044861d7-b47d-4d4f-b5bd-4431dc6e2050 description "X-ray tomography data of the deformation of a monzonite rock sample (sample Monzonite 5). In-situ imaging of the sample inside the HADES rig at the European Synchrotron Radiation Facility" assertion.
- 2778adaf-c81f-4d19-a052-5aedd3d358dc description "X-ray tomography data of the deformation of a monzonite rock sample (sample Monzonite 5). In-situ imaging of the sample inside the HADES rig at the European Synchrotron Radiation Facility" assertion.
- 31f383a0-7547-43c0-a80a-86a2feb88eb6 description "This is the data archive for our 2018 paper in elife" assertion.
- 7265de53-2935-437a-850e-64766e2fb3c3 description "This is the data archive for our 2018 paper in elife" assertion.
- 09ee2433-635e-4317-9b3d-27655503452a description "Data from 4 sessions of the paper titled "Efficient cortical coding of 3D posture in freely behaving rats" as well as a user interface for visualizing the data within the Fiji software." assertion.
- 5bec60b2-c85a-4b8b-970c-637e9aa38083 description "Data from 4 sessions of the paper titled "Efficient cortical coding of 3D posture in freely behaving rats" as well as a user interface for visualizing the data within the Fiji software." assertion.
- a752e046-0330-490c-852b-1d4e6c9d353c description "V3V dataset from open channel experiments at the upstream side of alternative (fish-friendly) trash-rack. The actual trash-rack type is referred to Rack II according to the defined configurations in Szabo-Meszaros et al. 2018." assertion.
- d91f33be-e90d-4880-8394-4b0e18d3f0c2 description "V3V dataset from open channel experiments at the upstream side of alternative (fish-friendly) trash-rack. The actual trash-rack type is referred to Rack II according to the defined configurations in Szabo-Meszaros et al. 2018." assertion.
- 44a84f82-3f87-4080-ae85-511d3cf48ef5 description "X-ray microtomography data of 2 samples of basalt from Mount Etna." assertion.
- 7c168563-6c5d-4e31-a0e0-0bd353922ba8 description "X-ray microtomography data of 2 samples of basalt from Mount Etna." assertion.
- d9ee3dc8-e998-41e8-8065-ddc995192148 description "X-ray dynamic microtomography data (series of tif images) of serpentine with periclase" assertion.
- cbd8a851-3c91-4b02-8924-51ba816d37bf description "X-ray dynamic microtomography data (series of tif images) of serpentine with periclase" assertion.
- 271509e6-7194-4b4e-9ccf-9bbec2bba5af description "X-ray microtomography data of samples M8 and M8-2: times series of TIF 3D volumes during deformation. Data acquired using the HADES rig, beamline ID19, European Synchrotron Radiation Facility." assertion.
- 57d1b261-2983-416a-af09-48e24e318f10 description "X-ray microtomography data of samples M8 and M8-2: times series of TIF 3D volumes during deformation. Data acquired using the HADES rig, beamline ID19, European Synchrotron Radiation Facility." assertion.
- 954ac2c8-45eb-4567-a84a-7745f0809dbc description "This is model output used for the analysis in the following paper: Impact of assimilating sea ice concentration, sea ice thickness and snow depth in a coupled ocean-sea ice modelling system, The Cryosphere, 2018, Fritzner et. al." assertion.
- 77eed77a-98c9-44c6-8853-b401cf814779 description "This is model output used for the analysis in the following paper: Impact of assimilating sea ice concentration, sea ice thickness and snow depth in a coupled ocean-sea ice modelling system, The Cryosphere, 2018, Fritzner et. al." assertion.
- 3215a150-9891-40ef-bf67-420abb5734b0 description "The data represents the results of the gas survey, acquired in the north-east Java in 2017-2018. The interpretation of the data is provided in the "Mantle-derived fluids in the East Java sedimentary basin, Indonesia" by A. Zaputlyaeva, A. Mazzini, A. Caracausi, and A. Sciarra. The manuscript is currently under review in the Journal of Geophysical Research: Solid Earth." assertion.
- f17a9f54-b83d-4b8e-b0e2-14935fff8027 description "The data represents the results of the gas survey, acquired in the north-east Java in 2017-2018. The interpretation of the data is provided in the "Mantle-derived fluids in the East Java sedimentary basin, Indonesia" by A. Zaputlyaeva, A. Mazzini, A. Caracausi, and A. Sciarra. The manuscript is currently under review in the Journal of Geophysical Research: Solid Earth." assertion.
- 9ceb232e-a8ae-4ecf-a960-a8406e85121f description "Series of time-lapse 3D X-ray microtomography images of a sample of Leitha limestone deformed in the traxial apparatus HADES at the beamline ID19, ESRF." assertion.
- f326ad57-a821-4918-86e4-910a1af5278b description "Series of time-lapse 3D X-ray microtomography images of a sample of Leitha limestone deformed in the traxial apparatus HADES at the beamline ID19, ESRF." assertion.
- ab90c409-80fc-4643-9f90-e90864ee488f description "Transmission Kikuchi Diffraction (TKD) maps for experiment s1221, published in Demurtas et al., 2019, Grain size sensitive creep during simulated seismic slip in nanogranular fault gouges: constraints from Transmission Kikuchi Diffraction (TKD), Journal of Geophysical Research: Solid Earth. Experimental conditions: - Slip rate = 1 m/s - Displacement = 0.4 m - Normal load = 17.5 MPa - Room-humidity conditions" assertion.
- 128953b5-adbd-499f-be6c-d177a36ded08 description "Transmission Kikuchi Diffraction (TKD) maps for experiment s1221, published in Demurtas et al., 2019, Grain size sensitive creep during simulated seismic slip in nanogranular fault gouges: constraints from Transmission Kikuchi Diffraction (TKD), Journal of Geophysical Research: Solid Earth. Experimental conditions: - Slip rate = 1 m/s - Displacement = 0.4 m - Normal load = 17.5 MPa - Room-humidity conditions" assertion.
- 7a02a524-8fb8-42c1-911a-74aa8dc03c0c description "Series of 2D and 3D neutron tomography images acquired at the Paul Scherrer Institute (PSI, Switzerland) or at the Institut Laue Langevin (ILL, France)." assertion.
- 12f26484-bfad-4c8b-a119-b05e4095072b description "Series of 2D and 3D neutron tomography images acquired at the Paul Scherrer Institute (PSI, Switzerland) or at the Institut Laue Langevin (ILL, France)." assertion.
- 5228ef35-26a9-4d98-843a-0e8af35d3fc3 description "This directory contains laboratory data used for the article: Trulsen, Raustøl, Jorde & Rye (2019) "Extreme wave statistics of longcrested irregular waves over a shoal" Journal of Fluid Mechanics Data from the master thesis of Anne Raustøl is in directory AR. For details see the comments in the file Kommentar.odt and see the master thesis that can be downloaded from LINK: http://www.duo.uio.no/handle/10852/40405 Data from the master thesis of Stian Jorde is in directory SJ. For details see the comments in the files LabloggtilKarsten.xlsx and Lesmeg.docx and see the master thesis that can be downloaded from LINK: http://www.duo.uio.no/handle/10852/67561 All text written in the course of these two master theses is in Norwegian, no English translation has been made." assertion.
- b40631ea-062c-437c-85a1-908d24e34b75 description "This directory contains laboratory data used for the article: Trulsen, Raustøl, Jorde & Rye (2019) "Extreme wave statistics of longcrested irregular waves over a shoal" Journal of Fluid Mechanics Data from the master thesis of Anne Raustøl is in directory AR. For details see the comments in the file Kommentar.odt and see the master thesis that can be downloaded from <a href="http://www.duo.uio.no/handle/10852/40405" class="linkified" target="_blank">LINK</a> Data from the master thesis of Stian Jorde is in directory SJ. For details see the comments in the files LabloggtilKarsten.xlsx and Lesmeg.docx and see the master thesis that can be downloaded from <a href="http://www.duo.uio.no/handle/10852/67561" class="linkified" target="_blank">LINK</a> All text written in the course of these two master theses is in Norwegian, no English translation has been made." assertion.
- d2c4be1a-9fa4-454d-9963-993f763467aa description "The data represents the results of the gas survey, acquired in the north-east Java in 2017-2018. The interpretation of the data is provided in the "Mantle-derived fluids in the East Java sedimentary basin, Indonesia" by A. Zaputlyaeva, A. Mazzini, A. Caracausi, and A. Sciarra, published in JGR Solid Earth, 2019" assertion.
- eca8cefe-fd74-4ecd-8386-89498de0c522 description "The data represents the results of the gas survey, acquired in the north-east Java in 2017-2018. The interpretation of the data is provided in the "Mantle-derived fluids in the East Java sedimentary basin, Indonesia" by A. Zaputlyaeva, A. Mazzini, A. Caracausi, and A. Sciarra, published in JGR Solid Earth, 2019" assertion.
- dac2cd2c-712c-498a-a3ed-43ad9fab23e1 description "The dataset corresonds to the article that reports the use of coherent X-ray diffraction imaging (CXDI) to study the internal structure of microscopic shale fragments and wide-angle X-ray diffraction (WAXD) measurement was performed in tandem to study the minerology of the shale microparticles. It was possible to identify pyrite nanocrystals as inclusions in the quartz-clay matrix and the nanoscale pore structure. The combined CXDI-WAXD analysis enabled establishing a correlation between sample morphology and crystallite shape and size. The results highlight the potential of the combined CXDI-WAXD approach as an upcoming imaging modality for 3D nanoscale studies of shales and other geological formations via serial measurements of microscopic fragments, including cuttings from drillings." assertion.
- f7368d2a-e5fa-440d-b44b-062e18c07525 description "The dataset corresonds to the article that reports the use of coherent X-ray diffraction imaging (CXDI) to study the internal structure of microscopic shale fragments and wide-angle X-ray diffraction (WAXD) measurement was performed in tandem to study the minerology of the shale microparticles. It was possible to identify pyrite nanocrystals as inclusions in the quartz-clay matrix and the nanoscale pore structure. The combined CXDI-WAXD analysis enabled establishing a correlation between sample morphology and crystallite shape and size. The results highlight the potential of the combined CXDI-WAXD approach as an upcoming imaging modality for 3D nanoscale studies of shales and other geological formations via serial measurements of microscopic fragments, including cuttings from drillings." assertion.
- 642bed30-8205-4c7d-a0e7-cc808430b031 description "The dataset contains Digital Volume Correlation data of rock physics experiments performed using X-ray microtomography." assertion.
- 99396c8e-de93-4e89-b7b7-6a045abf0ba5 description "The dataset contains Digital Volume Correlation data of rock physics experiments performed using X-ray microtomography." assertion.
- b8b9d3f9-ebfc-4c66-a6b6-0c89cdc2f8d2 description "Time series of X-ray microtomography data acquired on beamlin ID19 at the ESRF. Four sample of monzonite rocks with a saw-cut fault." assertion.
- 61025adf-bca6-4dd3-9787-5884fbb02088 description "Time series of X-ray microtomography data acquired on beamlin ID19 at the ESRF. Four sample of monzonite rocks with a saw-cut fault." assertion.
- 6492da85-5bd1-4c56-82f4-03e8f8c90c69 description "Time series of synchrotron X-ray microtomography data of creep deformation of two samples of Carrara marble. Voxel size: 6.5 micrometers" assertion.
- 963b4504-68ec-4fce-a46f-6fe111fa9e0a description "Time series of synchrotron X-ray microtomography data of creep deformation of two samples of Carrara marble. Voxel size: 6.5 micrometers" assertion.
- 2d1255b8-c744-4022-a2f6-fdaf88c6b011 description "Summary statistics for multivariate association (MOSTest) of genetic variants and regional brain morphology" assertion.
- 740a0c46-e83c-4e24-941c-be24dc3432e1 description "Summary statistics for multivariate association (MOSTest) of genetic variants and regional brain morphology" assertion.
- 556f8bc4-2d71-4b30-bed4-4c2d2e48527f description "The archive contains time series of X-ray tomography rock physics experiments on 7 rock samples of Adamswiller sandstone (ADAM01), Bentheim sandstone (BEN1), Anstrude limestone (ANS2, ANS3, ANS4, ANS5, ANS6)" assertion.
- ff9485f1-30bc-4c5b-a1e3-309fd3668930 description "The archive contains time series of X-ray tomography rock physics experiments on 7 rock samples of Adamswiller sandstone (ADAM01), Bentheim sandstone (BEN1), Anstrude limestone (ANS2, ANS3, ANS4, ANS5, ANS6)" assertion.
- 1e9c8d62-dc10-4228-acbb-686d3f48058f description "Dynamic X-ray tomography experiments on three samples of Westerley Granite (WG01, WG02, WG04). Data correspond to time series of tomograms" assertion.
- f3e61e34-fd4b-491c-b91b-31aa2d6fc2a0 description "Dynamic X-ray tomography experiments on three samples of Westerley Granite (WG01, WG02, WG04). Data correspond to time series of tomograms" assertion.
- 5c79fe26-7465-4493-875a-9bb44ddcf2ad description "Synchrotron X-ray tomography data of a Westerly granite acquired at two spatial resolutions on beamline ID19 at ESRF" assertion.
- 2bb39df5-d03e-4c57-b4f1-b12f562ca6a8 description "Synchrotron X-ray tomography data of a Westerly granite acquired at two spatial resolutions on beamline ID19 at ESRF" assertion.
- 2243f9c9-5c9d-4ad1-8219-a6daed0a7d4f description "This dataset contains the original specification files and complete results for immuneML use case 1: Replication of a published study inside immuneML. To use the dataset you should follow the guidelines in the README.txt file contained within the dataset." assertion.
- fb35ef14-64c9-4140-892a-39dc2e99cca4 description "This dataset contains the original specification files and complete results for immuneML use case 1: Replication of a published study inside immuneML. To use the dataset you should follow the guidelines in the README.txt file contained within the dataset." assertion.
- dfece22d-4a22-4a58-81e6-b42fd4c66728 description "This dataset contains the data, original specification files, GLIPH2 input/output files and complete results for immuneML use case 2: Extending immuneML with a deep learning component for predicting antigen specificity of paired receptor data. To use the dataset you should follow the guidelines in the README.txt file contained within the dataset." assertion.
- 41202609-24ef-4db7-8267-0bf627613c28 description "This dataset contains the data, original specification files, GLIPH2 input/output files and complete results for immuneML use case 2: Extending immuneML with a deep learning component for predicting antigen specificity of paired receptor data. To use the dataset you should follow the guidelines in the README.txt file contained within the dataset." assertion.
- 657fb2f6-a440-4887-81e3-7613f4af8517 description "This dataset contains post-processed output from a study with the Norwegian Earth System Model (NorESM) that uses proxy-based stochastic volcanic forcing to assess the effects of volcanic uncertainty on probabilistic 21st century climate projections (Bethke et al. 2017). This particular dataset contains output from a supporting experiment that comprises two historical 60-member simulation ensembles with and without 1991-Mt Pinatubo forcing and temporal coverage 1990-2005. The output contains a range of standard monthly mean fields and selected daily mean fields for addressing monsoon related aspects." assertion.
- 4e051b93-d293-4da6-af7d-2f9b670225d4 description "This dataset contains post-processed output from a study with the Norwegian Earth System Model (NorESM) that uses proxy-based stochastic volcanic forcing to assess the effects of volcanic uncertainty on probabilistic 21st century climate projections (Bethke et al. 2017). This particular dataset contains output from a supporting experiment that comprises two historical 60-member simulation ensembles with and without 1991-Mt Pinatubo forcing and temporal coverage 1990-2005. The output contains a range of standard monthly mean fields and selected daily mean fields for addressing monsoon related aspects." assertion.
- 2cc7cda2-a3db-4646-ad31-2580a4a45f85 description "We show that transfer learning can be easily applied to all sky images for the purpose of classifying images, filtering images and predicting magnetic disturbance from auroral images. In the accompanying publication we describe our methods and show the results that we obtained. Version 1 of the dataset corresponds to the preprint, Version 2 to the peer reviewed version of the article. This dataset contains the processed files that can be used to replicate our results. Instructions how to apply the data and on the accompanying code can be found here: LINK: http://tid.uio.no/TAME/" assertion.
- 6c4844d4-61a6-4bc2-8edb-7081722589a0 description "We show that transfer learning can be easily applied to all sky images for the purpose of classifying images, filtering images and predicting magnetic disturbance from auroral images. In the accompanying publication we describe our methods and show the results that we obtained. Version 1 of the dataset corresponds to the preprint, Version 2 to the peer reviewed version of the article. This dataset contains the processed files that can be used to replicate our results. Instructions how to apply the data and on the accompanying code can be found here: <a href="http://tid.uio.no/TAME/" class="linkified" target="_blank">LINK</a>" assertion.
- 4bdaf37c-16e6-412d-899e-d651e7981e60 description "This dataset consists of a single ASCII formatted file containing the electron densities derived from the multi-Needle Langmuir Probe (m-NLP) measurements on board the ICI-2 rocket. More information about how the densities were calculated can be found in the refereced article. The first column contains the time after launch in units of s, the second column contains the plasma density in m^{-3}. It should be noted that the data was filtered with a notch filter in order to remove the rocket spin frequency and its first 3 harmonics." assertion.
- bd76056a-45e8-4b90-90a4-878a8003d771 description "This dataset consists of a single ASCII formatted file containing the electron densities derived from the multi-Needle Langmuir Probe (m-NLP) measurements on board the ICI-2 rocket. More information about how the densities were calculated can be found in the refereced article. The first column contains the time after launch in units of s, the second column contains the plasma density in m^{-3}. It should be noted that the data was filtered with a notch filter in order to remove the rocket spin frequency and its first 3 harmonics." assertion.
- 647beba0-6d23-4fad-a0a3-3087817e7407 description "This dataset consists of a single ASCII formatted file containing the electron densities derived from the multi-Needle Langmuir Probe (m-NLP) measurements on board the ICI-3 rocket. More information about how the densities were calculated can be found in the referenced article. The first column contains the time after launch in units of s, the second column contains the plasma density in m^{-3}. It should be noted that the data was filtered with a notch filter in order to remove the rocket spin frequency and its first 3 harmonics." assertion.