diff --git a/fid_bbi/config/vufind/GetItRules.yaml b/fid_bbi/config/vufind/GetItRules.yaml index ecc1eefebd28499e2b38eb43e582a1a217181250..9c75fdce5cfd9af18405f56236c1161a37792f9f 100644 --- a/fid_bbi/config/vufind/GetItRules.yaml +++ b/fid_bbi/config/vufind/GetItRules.yaml @@ -13,7 +13,7 @@ var_source9_vkfilm2: [ 183 ] var_source_10_mediawb: [ 159 ] var_source_11_base: [ 126 ] var_source_12_gvi: [ 17, 35, 173, 180, 181, 182, 183, 186, 193, 198 ] -var_source_13_doi_proxy: [ 219, 220, 220 ] +var_source_13_doi_proxy: [ 219, 220, 222 ] var_ger_network: [swb, bvb, kobv, gbv, hebis, hbz] # german library networks var_media1: [ "Book, E-Book", Book, eBook, BookComponentPart, ElectronicBookComponentPart, IllustratedBook, ComicBook, E-Book, Thesis, ElectronicThesis ] var_media2: [ "Article, E-Article", Article, ElectronicArticle, E-Article, Map, Unknown, Manuscript, ManuscriptFragement, WorkingManuscripts, VisualMedia, ElectronicVisualMedia, Microform, OtherMicroformCarrier ] diff --git a/fid_bbi/languages/de.ini b/fid_bbi/languages/de.ini index 394814ed60f80fc0c019d588fef6a935ae57befb..c2930fdf1e37c760dabd0ab30963fa523986524e 100644 --- a/fid_bbi/languages/de.ini +++ b/fid_bbi/languages/de.ini @@ -646,7 +646,7 @@ licenses_neo_name_ElementsBookCulture = "Elements in Publishing and Book Culture #24919, #25127 // i am not going to make extra lines for each one-liner translation scientist_account_prompt = Für den Zugriff auf diese Ressource müssen Forschende sich anmelden. Noch keinen Account? -scientist_licence_prompt = Für den Zugriff auf diese Informationsressource sind Sie derzeit nicht berechtigt. Eine Änderung Ihrer <a href="/Content/faq#groups-1">Nutzer*innengruppe</a> beantragen Sie bitte über eine Mail an <a href="mailto:fid@hab.de">fid@hab.de</a>. +scientist_licence_prompt = Für den Zugriff auf diese Informationsressource sind Sie derzeit nicht berechtigt. Eine Änderung Ihrer <a href="%%LINK%%">Nutzer*innengruppe</a> beantragen Sie bitte über eine Mail an <a href="mailto:fid@hab.de">fid@hab.de</a>. no_resolver_links = Nicht online verfügbar. diff --git a/fid_bbi/languages/en.ini b/fid_bbi/languages/en.ini index 3251dc22c3107e22c721cc63e3d16a9810c99459..039cf796406e7472e395c8e42287169c8b3e78cb 100644 --- a/fid_bbi/languages/en.ini +++ b/fid_bbi/languages/en.ini @@ -617,7 +617,7 @@ licenses_neo_name_ElementsBookCulture = "Elements in Publishing and Book Culture #24919, #25127 // i am not going to make extra lines for each one-liner translation scientist_account_prompt = To gain access, researchers must log in. No account yet? -scientist_licence_prompt = You are currently not authorised to access this information resource. Please request a change to your <a href="/Content/faq#groups-1">user group</a> by sending an email to <a href="mailto:fid@hab.d">fid@hab.de</a>. +scientist_licence_prompt = You are currently not authorised to access this information resource. Please request a change to your <a href="%%LINK%%">user group</a> by sending an email to <a href="mailto:fid@hab.d">fid@hab.de</a>. no_resolver_links = Not available online. diff --git a/themes/fid_bbi/images/nautos_deutsch.png b/themes/fid_bbi/images/nautos_deutsch.png new file mode 100644 index 0000000000000000000000000000000000000000..054629aa0f94ab1b60f4d89dee91dcf3c02332cc Binary files /dev/null and b/themes/fid_bbi/images/nautos_deutsch.png differ diff --git a/themes/fid_bbi/images/nautos_englisch.png b/themes/fid_bbi/images/nautos_englisch.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd57aaf3cf2a3d9e3fd0ed2dfa15ade95fd7705 Binary files /dev/null and b/themes/fid_bbi/images/nautos_englisch.png differ diff --git a/themes/fid_bbi/templates/content/din-notice-de.phtml b/themes/fid_bbi/templates/content/din-notice-de.phtml new file mode 100644 index 0000000000000000000000000000000000000000..ae19c5c4796be21fe14db9b4d5244df0a20d9456 --- /dev/null +++ b/themes/fid_bbi/templates/content/din-notice-de.phtml @@ -0,0 +1,25 @@ +<?php if($this->permission()->allowDisplay('fid.FullAccess')):?> + <h1>Hinweis</h1> + + <p>Bitte beachten Sie vor der Nutzung der Nautos-Datenbank unsere <a href="<?=$this->url('fid/user/terms')?>" target="_blank">Nutzungsbedingungen</a>. + Die Nutzung der Normen darf nur für wissenschaftliche Zwecke erfolgen. + </p> + + <p>Um die vollständige Liste der vom FID BBI lizenzierten DIN- und ISO-Normen aufzurufen, + klicken Sie bitte einmal auf die Lupe im Suchfeld der Nautos-Datenbank. + </p> + + <img src="<?=$this->imageLink('nautos_deutsch.png')?>" alt="Image Description" style="border: 3px solid rgba(0, 0, 0, .1); margin-bottom: 20px;"> + + <br> + + <a type="submit" class="button -icon" href="<?=$this->proxyUrl("https://nautos.de/K0T/login")?>" target="_blank" style="position: relative; left: -34px;" data-lightbox-ignore> + <?=$this->icon('external-link')?> + <span>       Weiter zu Nautos</span> + </a> +<?php else:?> + <div class="flash-message alert alert-danger"> + <h1>Zugriffsfehler</h1> + Eventuell wurden sie automatisch ausgeloggt. Bitte loggen sie sich wieder ein um fortzufahren. + </div> +<?php endif;?> diff --git a/themes/fid_bbi/templates/content/din-notice-en.phtml b/themes/fid_bbi/templates/content/din-notice-en.phtml new file mode 100644 index 0000000000000000000000000000000000000000..8ba9d8c4b1af15de120f593b501699e1801ea375 --- /dev/null +++ b/themes/fid_bbi/templates/content/din-notice-en.phtml @@ -0,0 +1,24 @@ +<?php if($this->permission()->allowDisplay('fid.FullAccess')):?> + <h1>Please note</h1> + + <p>Before using the Nautos database, please note our <a href="<?=$this->url('fid/user/terms')?>" target="_blank">terms of use</a>. + The standards can only be used for scientific purposes. + </p> + + <p>To view the complete list of DIN and ISO standards licensed by the FID BBI, please click on + the magnifying glass in the search field of the Nautos database. + </p> + <img src="<?=$this->imageLink('nautos_englisch.png')?>" alt="Image Description" style="border: 3px solid rgba(0, 0, 0, .1); margin-bottom: 20px;"> + + <br> + + <a type="submit" class="button -icon" href="<?=$this->proxyUrl("https://nautos.de/K0T/login")?>" target="_blank" style="position: relative; left: -34px;" data-lightbox-ignore> + <?=$this->icon('external-link')?> + <span>       Continue to Nautos</span> + </a> +<?php else:?> + <div class="flash-message alert alert-danger"> + <h1>Access Error</h1> + You may have been logged out automatically. Please log in again to continue. + </div> +<?php endif;?> diff --git a/themes/fid_bbi/templates/myresearch/database-addon-en.phtml b/themes/fid_bbi/templates/myresearch/database-addon-en.phtml index 31a7b452502c250bb97ca9420183c6acee2f5976..3efbee4b9d64d737c20de0906284722f20a9d87f 100644 --- a/themes/fid_bbi/templates/myresearch/database-addon-en.phtml +++ b/themes/fid_bbi/templates/myresearch/database-addon-en.phtml @@ -1,3 +1,26 @@ +<h2>Disciplinary DIN and ISO standards</h2> + +<p>For academic purposes, the FID provides subject-relevant ISO and DIN standards for researchers in book + studies, library and information science. You can find a list of the currently licensed + standards in our <a href="https://www.fid-bbi.de/blog/index.php/2024/02/09/din-und-iso-normen/" target="_blank">Blog article</a> or + in the database. If you would like to suggest the acquisition of another standard, + please send a message to <a href="mailto:fid@hab.de">fid@hab.de</a>. + <p> + <?php if($this->permission()->allowDisplay('fid.LimitedAccess')):?> + <?php if($this->permission()->allowDisplay('fid.FullAccess')):?> + <a href="<?=$this->url('content-page', ['page' => 'din-notice-en']) ?>" data-lightbox class="help-link"> + <?=$this->icon('external-link')?> + Nautos Database + </a> + <?php else:?> + <?=$this->translate("scientist_licence_prompt", ['%%LINK%%' => $this->url('content-page', ['page' => 'faq']) . '#groups-1']);?> + <?php endif;?> + <?php else:?> + <?=$this->translate("scientist_account_prompt");?> + <a href="<?=$this->url('myresearch-account',[],['query'=>['auth_method'=>'fid']])?>"><?=$this->transEsc('getit_text_req_now')?></a> + <?php endif;?> +</p> + <h2>National licenses realized by FID BBI</h2> <p>For the databases listed here, the FID BBI has acquired a <a href=https://www.nationallizenzen.de/ueber-nationallizenzen/nationallizenzen#3.1>national license</a>. diff --git a/themes/fid_bbi/templates/myresearch/database-addon.phtml b/themes/fid_bbi/templates/myresearch/database-addon.phtml index bf59a106c19c2246a8b9f31ceaa74655ad8834e6..be1ad0f685064d88d8eba38f29a2f93b4b0d6f1c 100644 --- a/themes/fid_bbi/templates/myresearch/database-addon.phtml +++ b/themes/fid_bbi/templates/myresearch/database-addon.phtml @@ -1,3 +1,26 @@ +<h2>Fachrelevante DIN- und ISO-Normen</h2> + +<p>Für wissenschaftliche Zwecke stellt der FID fachrelevante ISO- und DIN-Normen für Forschende der + Buch-, Bibliotheks- und Informationswissenschaft zur Verfügung. Eine Liste der aktuell lizenzierten + Normen finden Sie in unserem <a href="https://www.fid-bbi.de/blog/index.php/2024/02/09/din-und-iso-normen/" target="_blank">Blogartikel</a> bzw. + in der Datenbank selbst. Wenn Sie die Anschaffung einer weiteren Norm vorschlagen möchten, + schicken Sie uns bitte eine Nachricht an <a href="mailto:fid@hab.de ">fid@hab.de</a>. + <p> + <?php if($this->permission()->allowDisplay('fid.LimitedAccess')):?> + <?php if($this->permission()->allowDisplay('fid.FullAccess')):?> + <a href="<?=$this->url('content-page', ['page' => 'din-notice-de']) ?>" data-lightbox class="help-link"> + <?=$this->icon('external-link')?> + Nautos Datenbank + </a> + <?php else:?> + <?=$this->translate("scientist_licence_prompt", ['%%LINK%%' => $this->url('content-page', ['page' => 'faq']) . '#groups-1']);?> + <?php endif;?> + <?php else:?> + <?=$this->translate("scientist_account_prompt");?> + <a href="<?=$this->url('myresearch-account',[],['query'=>['auth_method'=>'fid']])?>"><?=$this->transEsc('getit_text_req_now')?></a> + <?php endif;?> +</p> + <h2>Vom FID BBI realisierte Nationallizenzen</h2> <p>Für die hier gelisteten Datenbanken hat der FID BBI eine <a href=https://www.nationallizenzen.de/ueber-nationallizenzen/nationallizenzen#3.1>Nationallizenz</a> erworben. diff --git a/themes/fid_bbi/templates/myresearch/database-link.phtml b/themes/fid_bbi/templates/myresearch/database-link.phtml index a9ec09fb443f46154e6dee6d50cb34a57f756711..1ab603f842166044efdbca97e4f63ba975281a32 100644 --- a/themes/fid_bbi/templates/myresearch/database-link.phtml +++ b/themes/fid_bbi/templates/myresearch/database-link.phtml @@ -30,7 +30,7 @@ <?php endif;?> <?php else:?> <p> - <?=$this->translate('scientist_licence_prompt');?> + <?=$this->translate("scientist_licence_prompt", ['%%LINK%%' => $this->url('content-page', ['page' => 'faq']) . '#groups-1']);?> </p> <?php endif;?> <?php else: //not logged in at all?>