forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
dspace-xmlui/src/main/webapp/themes/UFAL/lib/html/license-selexini.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<div id="faq-like"> | ||
<h2 id="ufal-point-faq">The SELEXINI Corpora License Agreement</h2> | ||
<div> | ||
(2025/01/10) | ||
</div> | ||
<hr /> | ||
<div class="well"> | ||
<h3>License Terms</h3> | ||
<p>The SELEXINI Corpora is a collection of linguistic data. Each of the corpora has its own license terms and you (the “User”) are responsible for complying with the license terms applicable to those parts which you use. If you do not agree with the license terms, you must stop using the corpora and destroy all copies of the data that you have obtained.</p> | ||
<br /> | ||
<p>The licenses for the annotations (columns 1,3-10) and words are different, which is indicated in the table below. All files in the bin/ and trial/ folders are licensed under CC BY 4.0.</p> | ||
<br /> | ||
|
||
<h3>Overview of the corpora and their license terms</h3> | ||
<table class="table table-striped"> | ||
<thead> | ||
<tr><th>Original Corpora</th><th>Words (column 2)</th><th>Annotations (columns 1,3-10)</th></tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>HPLT</td> | ||
<td>CC0</td> | ||
<td>CC BY-NC-SA</td> | ||
</tr> | ||
<tr> | ||
<td>BigScience</td> | ||
<td>RAIL</td> | ||
<td>CC BY-NC-SA</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h3>Licenses</h3> | ||
<table class="table"> | ||
<thead> | ||
<tr><th>License</th><th>URL</th></tr> | ||
</thead> | ||
<tbody> | ||
<tr><td>CC0</td><td><a href="https://creativecommons.org/public-domain/cc0">https://creativecommons.org/public-domain/cc0</a></td></tr> | ||
<tr><td>RAIL</td><td><a href="https://huggingface.co/spaces/bigscience/license">https://huggingface.co/spaces/bigscience/license</a></td></tr> | ||
<tr><td>CC BY-NC-SA</td><td><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">https://creativecommons.org/licenses/by-nc-sa/4.0/</a></td></tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
dspace-xmlui/src/main/webapp/themes/UFAL/lib/html/license-selexini.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<page> | ||
<title>The SELEXINI Corpora License Agreement</title> | ||
<title-menu>The SELEXINI Corpora License Agreement</title-menu> | ||
</page> |