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.
3
datasets available to search
ShareScore release 0.9.0
Dataset results
3 results for “Rational polygons”
Rational polygons with exactly one interior lattice point
<p>This record contains</p> <ul> <li>maximal \(k\)-rational polygons with exactly one interior lattice point for \(1 \leq k \leq 10\),</li> <li>all \(k\)-rational polygons with exactly one interior lattice point for \(1 \leq k \leq 4\),</li> <li>all Ehrhart quasipolynomials of these polygons for \(1 \leq k \leq 5\).</li> <li>all \(k\)-rational LDP polygons (=almost \(k\)-hollow LDP polygons) for \(1 \leq k \leq 5\).</li> </ul> <p>The maximal polygons are stored as text files with one polygon per line. Each line contains the vertices of the polygon multiplied by \(k\) (so that they are integral). The other polygons as well as the Ehrhart quasipolynomials are stored using the <a href="https://www.hdfgroup.org/solutions/hdf5/">HDF5</a> file format. All polygons and Ehrhart quasipolynomials have been obtained using <a href="https://github.com/justus-springer/RationalPolygons.jl">RationalPolygons.jl</a>.</p> <h3>Structure of the HDF5 files for polygons</h3> <p>In the HDF5 files "all_k<k>.h5", the polygons are split into different datasets according to their normalized area and number of vertices. We use "a" to denote the normalized area (twice the euclidian area) and "n" to denote the number of vertices. For example, the \(3\)-rational polygons with normalized area \(30\) having \(5\) vertices are located in "k3_all.h5" under the dataset "/a30/n5". Each dataset of polygons is one-dimensional with one entry per polygon. A polygon is stored using a compound datatype with \(2 \cdot n\) fields of integers. These integers are the vertices of the polygon multiplied by \(k\), stored in column major layout. For example, a triangle with vertices \((x_1,y_1), (x_2,y_2)\) and \((x_3,y_3)\) is stored as the tuple \((k\cdot x_1,k\cdot y_1,k \cdot x_2,k\cdot y_2,k \cdot x_3,k \cdot y_3)\). Moreover, each file contains the special two-dimensional dataset "numbers_of_polygons" that stores the numbers of polygons for a given normalized volume and number of vertices.</p> <h3>Structure of the HDF5 files for Ehrhart quasipolynomials</h3> <p>In the HDF5 files "ehrhart_k<k>.h5", the Ehrhart quasipolynomials are split into different datasets according to the normalized area of the associated polygon. We use "a" for the normalized area (twice the euclidian area). For example, the Ehrhart quasipolynomials of all \(3\)-rational polygons with normalized area \(30\) are located in "ehrhart_k3.h5" under the dataset "/a30". Each Ehrhart quasipolynomial is stored as a \(3 \times k\) integral matrix. Hence each dataset is three-dimensional, with the first dimension to enumerate the quasipolynomials and the latter two dimensions to store each quasipolynomial itself. For the way Ehrhart quasipolynomials are encoded as \(3 \times k\) integral matrices, we refer to the <a href="https://justus-springer.github.io/RationalPolygons.jl/dev/polygons/#Ehrhart-Theory">relevant documentation of RationalPolygons.jl</a>.</p>
Rational polygons with no interior lattice points
<p>This record contains</p> <ul> <li>maximal \(k\)-rational polygons with no interior lattice points for \(1 \leq k \leq 21\),</li> <li>all \(k\)-rational polygons with no interior lattice points, except those that can be realized in the strip \( \mathbb{R} \times [0,1] \) for \(1 \leq k \leq 6\),</li> <li>all Ehrhart quasipolynomials of these polygons for \(1 \leq k \leq 6\).</li> </ul> <p>The maximal polygons are stored as text files with one polygon per line. Each line contains the vertices of the polygon multiplied by \(k\) (so that they are integral). For \(1 \leq k \leq 6\), the files that contain all polygons as well as the Ehrhart quasipolynomials are stored using the <a href="https://www.hdfgroup.org/solutions/hdf5/">HDF5</a> file format. All polygons and Ehrhart quasipolynomials have been obtained using <a href="https://github.com/justus-springer/RationalPolygons.jl">RationalPolygons.jl</a>.</p> <h3>Structure of the HDF5 files for polygons</h3> <p>In the HDF5 files "all_k<k>.h5", the polygons are split into different datasets according to their normalized area and number of vertices. We use "a" to denote the normalized area (twice the euclidian area) and "n" to denote the number of vertices. For example, the \(3\)-rational polygons with normalized area \(30\) having \(5\) vertices are located in "all_k3.h5" under the dataset "/a30/n5". Each dataset of polygons is one-dimensional with one entry per polygon. A polygon is stored using a compound datatype with \(2 \cdot n\) fields of integers. These integers are the vertices of the polygon multiplied by \(k\), stored in column major layout. For example, a triangle with vertices \((x_1,y_1), (x_2,y_2)\) and \((x_3,y_3)\) is stored as the tuple \((k\cdot x_1,k\cdot y_1,k \cdot x_2,k\cdot y_2,k \cdot x_3,k \cdot y_3)\). Moreover, each file contains the special two-dimensional dataset "numbers_of_polygons" that stores the numbers of polygons for a given normalized volume and number of vertices.</p> <h3>Structure of the HDF5 files for Ehrhart quasipolynomials</h3> <p>In the HDF5 files "ehrhart_k<k>.h5", the Ehrhart quasipolynomials are split into different datasets according to the normalized area of the associated polygon. We use "a" for the normalized area (twice the euclidian area). For example, the Ehrhart quasipolynomials of all \(3\)-rational polygons with normalized area \(30\) are located in "ehrhart_k3.h5" under the dataset "/a30". Each Ehrhart quasipolynomial is stored as a \(3 \times k\) integral matrix. Hence each dataset is three-dimensional, with the first dimension to enumerate the quasipolynomials and the latter two dimensions to store each quasipolynomial itself. For the way Ehrhart quasipolynomials are encoded as \(3 \times k\) integral matrices, we refer to the <a href="https://justus-springer.github.io/RationalPolygons.jl/dev/polygons/#Ehrhart-Theory">relevant documentation of RationalPolygons.jl</a>.</p>
3-rational polygons with few interior lattice points
<p>This record contains</p> <ul> <li>maximal 3-rational polygons with up to 5 interior lattice points,</li> <li>all 3-rational polygons with up to 4 interior lattice points,</li> <li>all Ehrhart quasipolynomials of 3-rational polygons with up to 5 interior lattice points.</li> </ul> <p>The maximal polygons are stored as text files with one polygon per line. Each line contains the vertices of the polygon multiplied by two (so that they are integral). The other polygons as well as the Ehrhart quasipolynomials are stored using the <a href="https://www.hdfgroup.org/solutions/hdf5/">HDF5</a> file format. All polygons and Ehrhart quasipolynomials have been obtained using <a href="https://github.com/justus-springer/RationalPolygons.jl">RationalPolygons.jl</a>.</p> <h3>Structure of the HDF5 files for polygons</h3> <p>In the HDF5 files "all_i<i>.h5", the polygons are split into different datasets according to their normalized area and number of vertices. We use "a" to denote the normalized area (twice the euclidian area) and "n" to denote the number of vertices. For example, the 3-rational polygons with \(8\) interior lattice points having normalized area \(60\) with \(5\) vertices are located in "all_i8.h5" under the dataset "/a60/n5". Each dataset of polygons is one-dimensional with one entry per polygon. A polygon is stored using a compound datatype with \(2 \cdot n\) fields of integers. These integers are the vertices of the polygon multiplied by three, stored in column major layout. For example, a triangle with vertices \((x_1,y_1), (x_2,y_2)\) and \((x_3,y_3)\) is stored as the tuple \((3\cdot x_1,3\cdot y_1,3 \cdot x_2,3\cdot y_2,3 \cdot x_3,3 \cdot y_3)\). Moreover, each file contains the special two-dimensional dataset "numbers_of_polygons" that stores the numbers of polygons for a given normalized volume and number of vertices.</p> <h3>Structure of the HDF5 files for Ehrhart quasipolynomials</h3> <p>In the HDF5 files "ehrhart_k<k>.h5", the Ehrhart quasipolynomials are split into different datasets according to the normalized area of the associated polygon. We use "a" for the normalized area (twice the euclidian area). For example, the Ehrhart quasipolynomials of all 3-rational polygons \(8\) interior lattice points having normalized area \(60\) are located in "ehrhart_i8.h5" under the dataset "/a60". Each Ehrhart quasipolynomial is stored as a \(3 \times 3\) integral matrix. Hence each dataset is three-dimensional, with the first dimension to enumerate the quasipolynomials and the latter two dimensions to store each quasipolynomial itself. For the way Ehrhart quasipolynomials are encoded as \(3 \times 3\) integral matrices, we refer to the <a href="https://justus-springer.github.io/RationalPolygons.jl/dev/polygons/#Ehrhart-Theory">relevant documentation of RationalPolygons.jl</a>.</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.