Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new PORTULAN data; all recommendations now hooked to Schematron and using registryLink instead of a; plus schemas, plus basic visualisation of single vs. multiple registryLink #301

Merged
merged 26 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3177083
metadata and the first bunch of formats
joaormfsilva Jun 19, 2024
7a696ca
contact link and comment cleanup
joaormfsilva Jun 19, 2024
ef3109e
a couple more formats
joaormfsilva Jun 19, 2024
84496fa
updated info
joaormfsilva Jun 20, 2024
53c3ff5
some updates to format list
joaormfsilva Jun 20, 2024
e41e33d
`registryLink` instead of `a`; sync centre IDs (#298 , #280 )
bansp Jun 20, 2024
15f5fa9
make @registry obligatory in a registryLink
bansp Jun 20, 2024
f315f45
adjust recommendation format to the schema
bansp Jun 20, 2024
ce9b9eb
make centre IDs identical, cf. #280
bansp Jun 20, 2024
b30c86a
initial template for CLARIN-CH
bansp Jun 20, 2024
5b67be2
updated info
joaormfsilva Jun 21, 2024
32f9c9e
Merge pull request #299 from portulanclarin/formats
bansp Jun 21, 2024
3b63ee9
fix the deposition flag
bansp Jun 21, 2024
484f3fc
safer handling of the boolean attribute
bansp Jun 21, 2024
c3652f3
handle colonized bits of centre IDs; this is not the full story yet, …
bansp Jun 21, 2024
fa9f02a
handle registryLink; more cosmetics needed later to handle RIs (#300 )
bansp Jun 21, 2024
a27504a
updated wrt internal modifications
bansp Jun 21, 2024
ec2511e
registryLink is now going to use the shared RI list
bansp Jun 21, 2024
93b762a
committing a regression, after some kind of oXygen glitch when resolv…
bansp Jun 25, 2024
b7a4945
fix regression
bansp Jun 25, 2024
9c79a49
a tad more info (#10 )
bansp Jun 26, 2024
281f618
explain what the domains listing is about
bansp Jun 26, 2024
6aec936
display the red link to github issues at the top or at the bottom deo…
bansp Jun 26, 2024
d4da7c6
do not display the "Description" heading if `info` is empty
bansp Jun 26, 2024
029a55f
revert (it didn't work) before I attempt a fix, so that Eliza can cle…
bansp Jun 26, 2024
54affe5
fix #304 (don't output info into HTML) and suppress "Description:" if…
bansp Jun 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="ACDH-ARCHE" deposition="1">
<name>Austrian Centre for Digital Humanities and Cultural Heritage - A Resource Centre for the Humanities</name>
<a href="https://centres.clarin.eu/centre/45"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/45"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/BAS-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="BAS" deposition="1">
<name>Bayerisches Archiv für Sprachsignale</name>
<a href="https://centres.clarin.eu/centre/5"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/5"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
<ri status="Collections">Text+</ri>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/BBAW-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="BBAW" deposition="1">
<name>Berlin-Brandenburg Academy of Sciences and Humanities</name>
<a href="https://centres.clarin.eu/centre/6"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/6"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
<ri status="Collections, Lexical Resources, Editions">Text+</ri>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CEDIFOR-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CEDIFOR" deposition="1">
<name>Centre for the Digital Foundation of Research in the Humanities, Social, and Educational Sciences</name>
<a href="https://centres.clarin.eu/centre/35"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/35"/>
<nodeInfo>
<ri status="C-centre aiming-for-B">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CELR-EKK-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CELR-EKK" deposition="1">
<name>Center of Estonian Language Resources</name>
<a href="https://centres.clarin.eu/centre/15"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/15"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
</nodeInfo>
Expand Down
40 changes: 40 additions & 0 deletions SIS/clarin/data/recommendations/CLARIN-CH-recommendation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID></lastUpdateCommitID>
<filter>
<centreID>CLARIN-CH</centreID>
</filter>
<respStmt>
<name><!--for multiple curators, use multiple respStmt elements, each with a resp--></name>
<resp><!--optionally specify the range of responsibility; useful if multiple respStmt are used--></resp>
<link><!--URI; GitHub page or any other way to id/contact the curator--></link>
<reviewDate>0001-01-01</reviewDate>
</respStmt>
<centre id="CLARIN-CH" deposition="1">
<name>CLARIN Switzerland</name>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/80" label="CLARIN-CH-LiRI"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/81" label="CLARIN-CH-LaRS"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
</centre>
</header>
<info><p>For starters, see <a href="https://clarin-ch.ch/start">https://clarin-ch.ch/start</a></p></info>
<formats><!--
This template will assist in adjusting/creating a recommendations document if you don't
have access to a schema-aware XML editor. Copy the XML fragment,
* adjust the format ID (see https://clarin.ids-mannheim.de/standards/views/list-formats.xq ),
* adjust the domain (https://clarin.ids-mannheim.de/standards/views/list-domains.xq ),
* adjust the recommendation level ({ recommended, acceptable, discouraged }),
* repeat as necessary;
* submit the result as a PR against https://github.com/clarin-eric/standards/tree/formats .

<format id="null">
<domain>Audiovisual Annotation</domain>
<level>recommended</level>
</format>
-->
</formats>
</recommendation>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN-DK-UCPH" deposition="1">
<name>The CLARIN Centre at the University of Copenhagen</name>
<a href="https://centres.clarin.eu/centre/14"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/14"/>
<nodeInfo>
<ri status="B-centre,K-centre">CLARIN</ri>
</nodeInfo>
Expand Down
5 changes: 3 additions & 2 deletions SIS/clarin/data/recommendations/CLARIN-EL-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -11,9 +12,9 @@
<link><!--URI; GitHub page or any other way to id/contact the curator--></link>
<reviewDate>0001-01-01</reviewDate>
</respStmt>
<centre id="CLARIN-EL">
<centre id="CLARIN:EL" deposition="1">
<name>CLARIN:EL National Infrastructure for Language Resources and Technologies in Greece</name>
<a href="https://centres.clarin.eu/centre/75"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/75"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CLARIN-IS-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN-IS" deposition="1">
<name>CLARIN-IS (Árni Magnússon Institute for Icelandic Studies)</name>
<a href="https://centres.clarin.eu/centre/64"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/64"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CLARIN-LT-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN-LT" deposition="1">
<name>CLARIN-LT</name>
<a href="https://centres.clarin.eu/centre/36"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/36"/>
<nodeInfo>
<ri status="C-centre aiming-for-B">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CLARIN-LV-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN-LV">
<name>CLARIN Centre of Latvian language resources and tools</name>
<a href="https://centres.clarin.eu/centre/68"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/68"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN-PL1" deposition="1">
<name>CLARIN-PL Language Technology Centre</name>
<a href="https://centres.clarin.eu/centre/25"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/25"/>
<nodeInfo>
<ri status="B-centre,K-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CLARIN.SI-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>00fb8bd39cea8db57619a65f8f738364ce84dfef</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLARIN.SI" deposition="1">
<name>CLARIN.SI Language Technology Centre</name>
<a href="https://centres.clarin.eu/centre/30"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/30"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -12,7 +13,7 @@
</respStmt>
<centre id="CLARINO_Bergen" deposition="1">
<name>CLARINO Bergen Center</name>
<a href="https://centres.clarin.eu/centre/29"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/29"/>
<nodeInfo>
<ri status="B-centre,K-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CLST-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CLST" deposition="1">
<name>Centre for Language and Speech Technology</name>
<a href="https://centres.clarin.eu/centre/40"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/40"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/CMU-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="CMU" deposition="1">
<name>CMU-TalkBank</name>
<a href="https://centres.clarin.eu/centre/18"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/18"/>
<nodeInfo>
<ri status="B-centre,K-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/COCOON-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="COCOON" deposition="1">
<name>Collections de corpus oraux numeriques </name>
<a href="https://centres.clarin.eu/centre/33"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/33"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/DANS-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>147cb5ea659a5752efd819898b43da23e00c6a77</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="DANS" deposition="1">
<name>Data Archiving and Networked Services</name>
<a href="https://centres.clarin.eu/centre/20"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/20"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/DH-REP-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="DH-REP" deposition="1">
<name>DARIAH-DE Repository</name>
<a href="https://centres.clarin.eu/centre/62"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/62"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
<ri status="">DARIAH</ri>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/EKUT-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>769a30e1aa1d88ca6ff632af0047b829055fbe76</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="EKUT" deposition="1">
<name>Eberhard Karls Universität Tübingen</name>
<a href="https://centres.clarin.eu/centre/1"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/1"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
<ri status="Collections, Lexical Resources">Text+</ri>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/ELAR-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID></lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="ELAR" deposition="1">
<name>Endangered Languages Archive</name>
<a href="https://centres.clarin.eu/centre/36"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/36"/>
<nodeInfo>
<ri status="C-centre">CLARIN</ri>
</nodeInfo>
Expand Down
3 changes: 2 additions & 1 deletion SIS/clarin/data/recommendations/ERCC-recommendation.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>bec52cd36a2996677ce07153a19ce774097f9130</lastUpdateCommitID>
Expand All @@ -13,7 +14,7 @@
</respStmt>
<centre id="ERCC" deposition="1">
<name>Eurac Research CLARIN Centre</name>
<a href="https://centres.clarin.eu/centre/49"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/49"/>
<nodeInfo>
<ri status="C-centre aiming-for-B">CLARIN</ri>
</nodeInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemas/recommendation.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<recommendation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/recommendation.xsd">
<header>
<lastUpdateCommitID>f1792b82c36aa7632083ff91179330ea69df52b8</lastUpdateCommitID>
Expand All @@ -12,7 +13,7 @@
</respStmt>
<centre id="FIN-CLARIN" deposition="1">
<name>The Language Bank of Finland</name>
<a href="https://centres.clarin.eu/centre/17"/>
<registryLink registry="CLARIN" uri="https://centres.clarin.eu/centre/17"/>
<nodeInfo>
<ri status="B-centre">CLARIN</ri>
</nodeInfo>
Expand Down
Loading