diff --git a/unileiden/.htaccess b/unileiden/.htaccess new file mode 100644 index 000000000..335c6fd28 --- /dev/null +++ b/unileiden/.htaccess @@ -0,0 +1,10 @@ +Header set Access-Control-Allow-Origin * +Options +FollowSymLinks +RewriteEngine on + +# Redirect LexiRumah requests +RewriteRule ^lexirumah(/.*)?$ https://lexirumah.model-ling.eu/lexirumah$1 [L,R=307,NC] + +# Redirect to the Centre for Digital Scholarship +# page on permanent URLs by default +RewriteRule ^(.*)$ https://lab.library.universiteitleiden.nl/purl/ [L,R=307,NC] \ No newline at end of file diff --git a/unileiden/README.md b/unileiden/README.md new file mode 100644 index 000000000..7dbff5e7f --- /dev/null +++ b/unileiden/README.md @@ -0,0 +1,38 @@ +# UniLeiden + +Persistent URIs for Leiden University. +Currently maintained by the Leiden University Libraries' Centre for Digital Scholarship. + +Homepage: +* https://www.library.universiteitleiden.nl/research-and-publishing/centre-for-digital-scholarship + +Information about this service: +* https://lab.library.universiteitleiden.nl/purl/ + +Contacts: +* Ben Companjen +* Laurents Sesink + +GitHub Users and Organizations: +* https://github.com/bencomp +* https://github.com/LeidenUniversityLibrary + + +## LexiRumah + +An online database containing lexical data for languages of Eastern Indonesian and Timor-Leste. + +Dataset: +* https://doi.org/10.5281/zenodo.1164782 + +Contacts: +* Ben Companjen (Maintainer) +* Owen D. Edwards (Editor) +* Marian Klamer (Editor) +* Gereon Kaiping (Developer) + +GitHub Users and Organizations: +* https://github.com/bencomp +* https://github.com/lessersunda +* https://github.com/LeidenUniversityLibrary +* https://github.com/Anaphory \ No newline at end of file