- add cc licences to DataArchitectureDiagram.md

Kaimbacher 2023-04-25 17:36:13 +02:00
parent 3389233939
commit 0171a6e2bb
2 changed files with 75 additions and 12 deletions

@ -9,12 +9,75 @@ The general guideline for publishing research data <a href="https://tethys.at/do
- the types of file formats that are acceptable. All **allowed file fomats** must be enabled by the administrator in the database table **'mime_types'**. Also see <a href="https://gitea.geologie.ac.at/geolba/tethys.backend/wiki/Database#tethys-lookup-tables" target="_blank">(db lookup tables)</a> - the types of file formats that are acceptable. All **allowed file fomats** must be enabled by the administrator in the database table **'mime_types'**. Also see <a href="https://gitea.geologie.ac.at/geolba/tethys.backend/wiki/Database#tethys-lookup-tables" target="_blank">(db lookup tables)</a>
- what kind of data can be included in the research data repository, - what kind of data can be included in the research data repository,
- the file upload limits (512MB), - the file upload limits **(512MB)**,
- what CC licenses can be used,
- the strategy for deleting datasets, - the strategy for deleting datasets,
- how to handle the use of external research data, - how to handle the use of external research data,
- the required use of keywords - the required use of keywords
- Note that the uploaded data will be reviewed. - Note that the uploaded data will be reviewed
- what CC licenses can be used:
<table style="border: 1px solid black; border-collapse: collapse;">
<tr>
<th>CC Code</th>
<th>https://creativecommons.org/licenses/by/4.0/</th>
<th>Description</th>
</tr>
<tr>
<td>
CC-BY
</td>
<td>
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">https://creativecommons.org/licenses/by/4.0/</a>
</td>
<td>Nur Namensnennung</td>
</tr>
<tr>
<td>
CC-BY-SA
</td>
<td>
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">https://creativecommons.org/licenses/by-sa/4.0/</a>
</td>
<td>Namensnennung; Weitergabe unter gleicher Bedingung</td>
</tr>
<tr>
<td>
CC BY-NC
</td>
<td>
<a href="http://creativecommons.org/licenses/by-nc/4.0" target="_blank">http://creativecommons.org/licenses/by-nc/4.0</a>
</td>
<td>Namensnennung; keine kommerzielle Nutzung</td>
</tr>
<tr>
<td>
CC-BY-ND
</td>
<td>
<a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank">https://creativecommons.org/licenses/by-nd/4.0/</a>
</td>
<td>Namensnennung; keine Veränderung erlaubt</td>
</tr>
<tr>
<td>
CC-BY-NC-SA
</td>
<td>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">https://creativecommons.org/licenses/by-nc-sa/4.0/</a>
</td>
<td>Namensnennung; keine kommerzielle Nutzung; Weitergabe unter gleicher Bedingung</td>
</tr>
<tr>
<td>
CC-BY-NC-ND
</td>
<td>
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">https://creativecommons.org/licenses/by-nc-nd/4.0/</a>
</td>
<td>Namensnennung; keine kommerzielle Nutzung; keine Veränderung erlaubt</td>
</tr>
</table>
# 2. Metadata Schema # 2. Metadata Schema
@ -79,4 +142,4 @@ System Integration with other systems involves integrating the research reposito
By providing the Open Archives Initiative Protocol for Metadata Harvesting (**OAI-PMH**) any other data provider can harvest TETHYS metadata. An example would be the **Bielefeld Academic Search Engine BASE**: https://www.base-search.net/Search/Results?q=coll:fttethysrdr&refid=dctablede By providing the Open Archives Initiative Protocol for Metadata Harvesting (**OAI-PMH**) any other data provider can harvest TETHYS metadata. An example would be the **Bielefeld Academic Search Engine BASE**: https://www.base-search.net/Search/Results?q=coll:fttethysrdr&refid=dctablede
Matomo is used to track statistics data for TETHYS. Matomo is an open-source web analytics platform that can be used to track user behavior on a website. **Matomo** is used to track statistics data for TETHYS. Matomo is an open-source web analytics platform that can be used to track user behavior on a website.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB