Skip to content

Commit 40f749d

Browse files
committed
📝 Add data repository software
1 parent 98953f9 commit 40f749d

File tree

3 files changed

+137
-8
lines changed

3 files changed

+137
-8
lines changed

docs/data-processing/intake/index.rst

Lines changed: 136 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
Intake
66
======
77

8-
Intake makes it easy to find, explore, load, and distribute data. Therefore it
9-
is not only interesting for data scientists and engineers, but also for data
10-
providers.
8+
Intake makes it easy for data scientists working with Python to find, explore and publish data. Therefore it is not only interesting for data scientists and
9+
engineers, but also for data providers.
1110

1211
.. seealso::
1312
* `Docs <https://intake.readthedocs.io/en/latest/>`_
@@ -23,6 +22,140 @@ providers.
2322
* `Intake: Caching Data on First Read Makes Future Analysis Faster
2423
<https://www.anaconda.com/blog/intake-caching-data-on-first-read-makes-future-analysis-faster>`_
2524

25+
.. seealso::
26+
* `Authors Alliance: Open Data
27+
<https://www.authorsalliance.org/resources/open-data/>`_
28+
29+
Alternatives
30+
------------
31+
32+
In future, `Open Research Europe (ORE) <https://ore.eu>`_ will be open for all
33+
research institutions in the participating countries (Austria, France, Germany,
34+
Italy, the Netherlands, Norway, Portugal, Slovenia, Spain, Sweden and
35+
Switzerland), regardless of whether their projects receive funding.
36+
37+
If :abbr:`ORE (Open Research Europe)` isn’t an option for you and Intake’s range
38+
of features isn’t sufficient, you might want to take a look at the following
39+
data storage software:
40+
41+
ckan
42+
`Home <https://ckan.org>`_ | `Docs <https://docs.ckan.org/en/2.11/>`_ |
43+
`GitHub <https://github.com/ckan/ckan>`_
44+
45+
.. image:: https://raster.shields.io/github/stars/ckan/ckan
46+
:alt: Stars
47+
:target: https://github.com/ckan/ckan
48+
49+
.. image:: https://raster.shields.io/github/contributors/ckan/ckan
50+
:alt: Contributors
51+
:target: https://github.com/ckan/ckan/graphs/contributors
52+
53+
.. image:: https://raster.shields.io/github/commit-activity/y/ckan/ckan
54+
:alt: Commit activity
55+
:target: https://github.com/ckan/ckan/graphs/commit-activity
56+
57+
.. image:: https://raster.shields.io/github/license/ckan/ckan
58+
:alt: Licence
59+
60+
Dataverse
61+
`Home <https://dataverse.org>`_ | `Docs
62+
<https://guides.dataverse.org/en/latest/>`_ | `GitHub
63+
<https://github.com/IQSS/dataverse>`_
64+
65+
.. image:: https://raster.shields.io/github/stars/IQSS/dataverse
66+
:alt: Stars
67+
:target: https://github.com/IQSS/dataverse
68+
69+
.. image:: https://raster.shields.io/github/contributors/IQSS/dataverse
70+
:alt: Contributors
71+
:target: https://github.com/IQSS/dataverse/graphs/contributors
72+
73+
.. image:: https://raster.shields.io/github/commit-activity/y/IQSS/dataverse
74+
:alt: Commit activity
75+
:target: https://github.com//IQSS/dataversegraphs/commit-activity
76+
77+
.. image:: https://raster.shields.io/github/license/IQSS/dataverse
78+
:alt: Licence
79+
80+
DSpace
81+
`Home <https://dspace.org>`_ | `Docs
82+
<https://wiki.lyrasis.org/display/DSDOC9x/DSpace+9.x+Documentation>`_ |
83+
`GitHub <https://github.com/DSpace>`_
84+
85+
.. image:: https://raster.shields.io/github/stars/DSpace/DSpace
86+
:alt: Stars
87+
:target: https://github.com/DSpace/DSpace
88+
89+
.. image:: https://raster.shields.io/github/contributors/DSpace/DSpace
90+
:alt: Contributors
91+
:target: https://github.com/DSpace/DSpace/graphs/contributors
92+
93+
.. image:: https://raster.shields.io/github/commit-activity/y/DSpace/DSpace
94+
:alt: Commit activity
95+
:target: https://github.com/DSpace/DSpace/graphs/commit-activity
96+
97+
.. image:: https://raster.shields.io/github/license/DSpace/DSpace
98+
:alt: Licence
99+
100+
Fedora Commons
101+
`Home <https://wiki.lyrasis.org/display/FF/>`_ | `Docs
102+
<https://wiki.lyrasis.org/display/FEDORA6x>`_ | `GitHub
103+
<https://github.com/fcrepo/fcrepo>`_
104+
105+
.. image:: https://raster.shields.io/github/stars/fcrepo/fcrepo
106+
:alt: Stars
107+
:target: https://github.com/fcrepo/fcrepo
108+
109+
.. image:: https://raster.shields.io/github/contributors/fcrepo/fcrepo
110+
:alt: Contributors
111+
:target: https://github.com/fcrepo/fcrepo/graphs/contributors
112+
113+
.. image:: https://raster.shields.io/github/commit-activity/y/fcrepo/fcrepo
114+
:alt: Commit activity
115+
:target: https://github.com/fcrepo/fcrepo/graphs/commit-activity
116+
117+
.. image:: https://raster.shields.io/github/license/fcrepo/fcrepo
118+
:alt: Licence
119+
120+
InvenioRDM
121+
`Home <https://inveniosoftware.org/products/rdm/>`_ | `Docs
122+
<https://inveniordm.docs.cern.ch>`_ | `GitHub
123+
<https://github.com/inveniosoftware/invenio-rdm-records>`_
124+
125+
.. image:: https://raster.shields.io/github/stars/inveniosoftware/invenio-rdm-records
126+
:alt: Stars
127+
:target: https://github.com/inveniosoftware/invenio-rdm-records
128+
129+
.. image:: https://raster.shields.io/github/contributors/inveniosoftware/invenio-rdm-records
130+
:alt: Contributors
131+
:target: https://github.com/inveniosoftware/invenio-rdm-records/graphs/contributors
132+
133+
.. image:: https://raster.shields.io/github/commit-activity/y/inveniosoftware/invenio-rdm-records
134+
:alt: Commit activity
135+
:target: https://github.com/inveniosoftware/invenio-rdm-records/graphs/commit-activity
136+
137+
.. image:: https://raster.shields.io/github/license/inveniosoftware/invenio-rdm-records
138+
:alt: Licence
139+
140+
iRODS
141+
`Home <https://irods.org>`_ | `Docs <https://docs.irods.org/5.0.2/>`_ |
142+
`GitHub <https://github.com/irods/irods>`_
143+
144+
.. image:: https://raster.shields.io/github/stars/irods/irods
145+
:alt: Stars
146+
:target: https://github.com/irods/irods
147+
148+
.. image:: https://raster.shields.io/github/contributors/irods/irods
149+
:alt: Contributors
150+
:target: https://github.com/irods/irods/graphs/contributors
151+
152+
.. image:: https://raster.shields.io/github/commit-activity/y/irods/irods
153+
:alt: Commit activity
154+
:target: https://github.com/irods/irods/graphs/commit-activity
155+
156+
.. image:: https://raster.shields.io/github/license/irods/irods
157+
:alt: Licence
158+
26159
.. toctree::
27160
:hidden:
28161
:titlesonly:

docs/data-processing/opendata.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
Open data
77
=========
88

9-
.. seealso::
10-
* `Authors Alliance: Open Data
11-
<https://www.authorsalliance.org/resources/open-data/>`_
12-
139
A topic-based overview of public repositories containing research data.
1410

1511
Agricultural sciences

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ packages = []
5252

5353
[tool.codespell]
5454
skip = "*.csv, *.html, *.pdf, *.ipynb, ./docs/_build/*, ./styles/*"
55-
ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, Redict, redict, registr, reStructedText, splitted"
55+
ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, ore, Redict, redict, registr, reStructedText, splitted"

0 commit comments

Comments
 (0)