Skip to content

Commit

Permalink
DSP-1015 Update website content (#13)
Browse files Browse the repository at this point in the history
* Update README.md

correct name and email adresses

* Update of LIMC webpage

- update email adresses
- add licence and copyright instructions in the footer
- add logos of new sponsors
- add citation instruction

* Update webpage - fix errors

fix errors
  • Loading branch information
gautschr authored Nov 10, 2020
1 parent c216051 commit 0247c42
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For copyright reasons the access to the images in the web application is restric
The copyright of the images remains with these institutions.
The re-use of the images provided in the web application for any purpose is illegal and only allowed with the permission of the respective copyright holder.

Contact: limcbasel@unibas.ch and limc-france@mae.u-paris10.fr
Contact: limcbasel@unibas.ch and UMR7041limc-france@cnrs.fr

## Development

Expand All @@ -32,6 +32,6 @@ You may find our live website at [weblimc.org](http://www.weblimc.org).
## Imprint

This web application has been developed from 2014 to 2019 by Andreas Aeschlimann, University of Basel.
It is maintained by Rita Gautschi, Data and Service Center for the Humanities, University of Basel.
It is maintained by Rita Gautschy, Data and Service Center for the Humanities, University of Basel.

Contact: rita.gautschi@dasch.swiss
Contact: rita.gautschy@dasch.swiss
14 changes: 13 additions & 1 deletion src/app/view/page/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<footer class="licence">
<div class="container">
<div class="text-center mb-4">
<img src="assets/img/CCLizenz.png" alt="cc"/>
</div>
<div class="fc-primary text-left">
<span translate>FOOTER.LICENCE_INFO</span>
</div>
</div>
</footer>
<footer class="thanks">
<div class="container">
<div class="text-center mb-3">
Expand All @@ -7,6 +17,8 @@
<img src="assets/img/swissuniversities.png" alt="su"/>
<img src="assets/img/stavrosniarchosfoundation.png" alt="snf"/>
<img src="assets/img/goehnerfoundation.png" alt="gf"/>
<img src="assets/img/ceramica.png" alt="ce"/>
<img src="assets/img/bindingstiftung.png" alt="bs"/>
</div>
</div>
</footer>
Expand All @@ -19,4 +31,4 @@
{{ currentYear}} &copy; <span translate>FOOTER.COPYRIGHT_INFO</span>.
</div>
</div>
</footer>
</footer>
11 changes: 10 additions & 1 deletion src/app/view/page/monument/monument.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,16 @@ <h4 class="card-header text-ellipsis">ThesCRA</h4>
</div>

</div>


<!-- Citation -->
<div class="col-12 col-sm-8 col-md-8 col-lg-12 col-xl-8">
<div class="card mb-2">
<h4 class="card-header text-ellipsis"><span translate>MONUMENT.CITATION</span></h4>
<div class="list-group-item py-1">Digital LIMC (2020): Digital LIMC, DaSCH. {{ 'http://ark.dasch.swiss/' + monument.handleId }}.
</div>
</div>
</div>

</div>

<app-photo-modal #gallery></app-photo-modal>
Expand Down
3 changes: 2 additions & 1 deletion src/app/view/page/monument/monument.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { Photo } from "../../../model/resources/photo";
templateUrl: "./monument.component.html",
styleUrls: ["./monument.component.scss"]
})

/**
* Detail page for a monument.
*/
Expand Down Expand Up @@ -104,4 +105,4 @@ export class MonumentComponent implements OnInit, OnDestroy {
this.gallery.openWithImages(photos, credits, activeIndex);
}

}
}
4 changes: 2 additions & 2 deletions src/app/view/welcome/welcome.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="card-title">WebLIMC</h1>


<p>Contact: <a class="card-link" href="mailto:limcbasel@unibas.ch">limcbasel@unibas.ch</a> and <a
href="mailto:limc-france@mae.u-paris10.fr">limc-france@mae.u-paris10.fr</a></p>
href="mailto:UMR7041limc-france@cnrs.fr">UMR7041limc-france@cnrs.fr</a></p>
</div>
</div>

Expand All @@ -61,4 +61,4 @@ <h1 class="card-title">WebLIMC</h1>
<div class="container">
<div class="fc-hint text-center">{{ currentYear}} &copy; <span translate>FOOTER.COPYRIGHT_INFO</span>.</div>
</div>
</footer>
</footer>
2 changes: 2 additions & 0 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ADVANCED_SEARCH.THESCRA_VOLUME_NUMBER": "ThesCRA-Bandnummer",
"FOOTER.COPYRIGHT_INFO": "LIMC Basel und DHLab, limcbasel@unibas.ch",
"FOOTER.PARTNERS_INFO": "Die Digitalisierung des LIMC-Archivs in Basel wurde ermöglicht dank Unterstützung durch",
"FOOTER.LICENCE_INFO": "Sofern nicht anders vermerkt (Bilddateien), fällt der Inhalt dieser Webseite unter die Creative Commons Namensnennung - Nicht kommerziell 4.0 International Lizenz (CC BY-NC 4.0 International). Das Copyright für die Bilddateien verbleibt bei den angegebenen Institutionen und Personen. Die Weiterverwendung der Bilder für jegliche Zwecke ist illegal und nur mit einer entsprechenden Genehmigung der Copyrightinhaber gestattet.",
"GENERAL.ADVANCED_SEARCH": "Erweiterte Suche",
"GENERAL.CLOSE": "Schliessen",
"GENERAL.ID": "ID",
Expand Down Expand Up @@ -62,6 +63,7 @@
"MONUMENT.SCENE": "Szene",
"MONUMENT.TECHNIQUE": "Technik",
"MONUMENT.TYPE": "Typ",
"MONUMENT.CITATION": "Zitiervorgabe",
"SEARCH.1_MONUMENT_FOUND": "Ein Denkmal gefunden",
"SEARCH.LOADING_DATA": "Lade Daten",
"SEARCH.NO_MONUMENTS_FOUND": "Keine Denkmäler gefunden",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ADVANCED_SEARCH.THESCRA_VOLUME_NUMBER": "ThesCRA volume number",
"FOOTER.COPYRIGHT_INFO": "LIMC Basel and DHLab, limcbasel@unibas.ch",
"FOOTER.PARTNERS_INFO": "The digitization of the LIMC archive in Basel was enabled thanks to grants by",
"FOOTER.LICENCE_INFO": "Except where otherwise noted (images) the content on this site is licensed under a Creative Commons Attribution - NonCommercial 4.0 International License (CC BY-NC 4.0 International). The copyright of the images remains with the specified institutions and persons. The re-use of the images provided here for any purpose is illegal and only allowed with the appropriate permission of the copyright holders.",
"GENERAL.ADVANCED_SEARCH": "Advanced search",
"GENERAL.CLOSE": "Close",
"GENERAL.ID": "ID",
Expand Down Expand Up @@ -62,6 +63,7 @@
"MONUMENT.SCENE": "Scene",
"MONUMENT.TECHNIQUE": "Technique",
"MONUMENT.TYPE": "Type",
"MONUMENT.CITATION": "Citation",
"SEARCH.1_MONUMENT_FOUND": "One monument found",
"SEARCH.LOADING_DATA": "Loading data",
"SEARCH.NO_MONUMENTS_FOUND": "No monuments found",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ADVANCED_SEARCH.THESCRA_VOLUME_NUMBER": "Numéro de volume ThesCRA",
"FOOTER.COPYRIGHT_INFO": "LIMC Basel et DHLab, limcbasel@unibas.ch",
"FOOTER.PARTNERS_INFO": "La numérisation des archives LIMC a pu être réalisée grâce au soutien du",
"FOOTER.LICENCE_INFO": "Sauf mention contraire (images), le contenu de ce site web est mis à disposition selon les termes de la Licence Creative Commons Attribution - Pas d’Utilisation Commerciale 4.0 International (CC BY-NC 4.0 International). Les droits d’auteur des fichiers d’images restent la propriété des institutions et des personnes spécifiées. L’utilisation ultérieure des images à quelque fin que ce soit est illégale et n’est autorisée qu'avec la permission appropriée des détenteurs des droits d'auteur.",
"GENERAL.ADVANCED_SEARCH": "Recherche avancée",
"GENERAL.CLOSE": "Fermer",
"GENERAL.ID": "ID",
Expand Down Expand Up @@ -62,6 +63,7 @@
"MONUMENT.SCENE": "Scène",
"MONUMENT.TECHNIQUE": "Technique",
"MONUMENT.TYPE": "Objet",
"MONUMENT.CITATION": "Citation",
"SEARCH.1_MONUMENT_FOUND": "Un monument trouvé",
"SEARCH.LOADING_DATA": "Chargement des données",
"SEARCH.NO_MONUMENTS_FOUND": "Aucun document trouvé",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/gr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ADVANCED_SEARCH.THESCRA_VOLUME_NUMBER": "Αριθμός τόμου ThesCRA",
"FOOTER.COPYRIGHT_INFO": "LIMC Βασιλεία και DHLab, limcbasel@unibas.ch",
"FOOTER.PARTNERS_INFO": "Η ψηφιοποίηση του αρχείο LIMC της Βασιλείας έγινε δυνατή χάρη στην υποστήριξη του/των",
"FOOTER.LICENCE_INFO": "Tο περιεχόμενο της ιστοσελίδας (εικόνες), εκτός όταν αυτό διευκρινίζεται διαφορετικά, παρέχεται σύμφωνα με την Διεθνή Άδεια Creative Commons Αναφορά - Μη Εμπορική Χρήση 4.0 (CC BY-NC 4.0 International). Τα πνευματικά δικαιώματα των εικόνων παραμένουν στα καθορισμένα ιδρύματα και πρόσωπα. Η επαναχρησιμοποίηση των εικόνων που παρέχονται εδώ για οποιοδήποτε σκοπό είναι παράνομη και επιτρέπεται μόνο με την κατάλληλη άδεια των κατόχων των πνευματικών δικαιωμάτων.",
"GENERAL.ADVANCED_SEARCH": "Προχωρημένη Αναζήτηση",
"GENERAL.CLOSE": "Κοντά",
"GENERAL.ID": "ID",
Expand Down Expand Up @@ -62,6 +63,7 @@
"MONUMENT.SCENE": "Σκηνή",
"MONUMENT.TECHNIQUE": "Τεχνική",
"MONUMENT.TYPE": "Τύπος",
"MONUMENT.CITATION": "Aναφορά",
"SEARCH.1_MONUMENT_FOUND": "Ένα μνημείο βρέθηκε",
"SEARCH.LOADING_DATA": "Φόρτωση δεδομένων",
"SEARCH.NO_MONUMENTS_FOUND": "Δεν βρέθηκε καμία απεικόνιση",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ADVANCED_SEARCH.THESCRA_VOLUME_NUMBER": "Numero del volume ThesCRA",
"FOOTER.COPYRIGHT_INFO": "LIMC Basel e DHLab, limcbasel@unibas.ch",
"FOOTER.PARTNERS_INFO": "La digitalizzazione dell'archivio del LIMC è stata possibile grazie al sostegno finanziario di",
"FOOTER.LICENCE_INFO": "Salvo diversa indicazione (files di immagine), il contenuto di questo sito web rientra nella licenza Creative Commons Attribution - Non-Commercial 4.0 International (CC BY-NC 4.0 International). Il copyright per i files di immagine rimane di proprietà delle istituzioni e delle persone specificate. L'ulteriore utilizzo delle immagini per qualsiasi scopo è illegale e consentito solo previacorrispondente autorizzazione del detentore del copyright.",
"GENERAL.ADVANCED_SEARCH": "Ricerca avanzata",
"GENERAL.CLOSE": "Vicino",
"GENERAL.ID": "ID",
Expand Down Expand Up @@ -62,6 +63,7 @@
"MONUMENT.SCENE": "Nome delle scene",
"MONUMENT.TECHNIQUE": "Tecnica",
"MONUMENT.TYPE": "Genere",
"MONUMENT.CITATION": "Citazione",
"SEARCH.1_MONUMENT_FOUND": "Un monumento trovato",
"SEARCH.LOADING_DATA": "Caricamento dati",
"SEARCH.NO_MONUMENTS_FOUND": "Nessun resultato",
Expand Down
Binary file added src/assets/img/CCLizenz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/bindingstiftung.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/ceramica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0247c42

Please sign in to comment.