mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
CST-9779 Provided changes to Title, repository name, added introduction text with links, as well added the small icon for coar-notify inside the navbar.
This commit is contained in:
@@ -3599,7 +3599,7 @@
|
|||||||
|
|
||||||
"repository.image.logo": "Repository logo",
|
"repository.image.logo": "Repository logo",
|
||||||
|
|
||||||
"repository.title.prefix": "DSpace Angular :: ",
|
"repository.title.prefix": "Demo of COAR Notify in DSpace 7 :: ",
|
||||||
|
|
||||||
"repository.title.prefixDSpace": "DSpace Angular ::",
|
"repository.title.prefixDSpace": "DSpace Angular ::",
|
||||||
|
|
||||||
|
BIN
src/assets/images/notify-coar-icon.png
Normal file
BIN
src/assets/images/notify-coar-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@@ -3,25 +3,29 @@
|
|||||||
<div class="jumbotron jumbotron-fluid">
|
<div class="jumbotron jumbotron-fluid">
|
||||||
<div class="d-flex flex-wrap">
|
<div class="d-flex flex-wrap">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="display-3">DSpace 7</h1>
|
<h1 class="display-3">Demo of <a href="https://www.4science.com" target="_blank">COAR Notify</a> in DSpace 7
|
||||||
<p class="lead">DSpace is the world leading open source repository platform that enables
|
</h1>
|
||||||
organisations to:</p>
|
<p class="lead"><a href="https://www.4science.com" target="_blank">COAR Notify Project</a> is:
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<p>developing and accelerating community adoption of standard, interoperable, and decentralised approach to
|
||||||
<li>easily ingest documents, audio, video, datasets and their corresponding Dublin Core
|
linking research outputs hosted in the distributed network of repositories with resources from external services
|
||||||
metadata
|
such as overlay-journals and open peer review services, using linked data notifications.
|
||||||
</li>
|
</p>
|
||||||
<li>open up this content to local and global audiences, thanks to the OAI-PMH interface and
|
<p>As part of this project, <a href="https://www.coar-repositories.org/" target="_blank">COAR</a> is funding the
|
||||||
Google Scholar optimizations
|
development of platforms and systems to support the exchange of linked data notifications across partner
|
||||||
</li>
|
organisations and the workflows to manage notifications in those platforms and systems.
|
||||||
<li>issue permanent urls and trustworthy identifiers, including optional integrations with
|
</p>
|
||||||
handle.net and DataCite DOI
|
<p><a href="https://www.4science.com" target="_blank">4Science</a> has been awarded of the Implementation of the
|
||||||
</li>
|
protocol for the DSpace platform and this site hosts the demo of the resulting implementation.
|
||||||
</ul>
|
</p>
|
||||||
<p>Join an international community of <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Positioning" target="_blank">leading institutions using DSpace</a>.</p>
|
<p>Join an international community of <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Positioning"
|
||||||
|
target="_blank">leading institutions using DSpace</a>.
|
||||||
|
</p>
|
||||||
<p>The test user accounts below have their password set to the name of this
|
<p>The test user accounts below have their password set to the name of this
|
||||||
software in lowercase.</p>
|
software in lowercase.
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Demo Site Administrator = dspacedemo+admin@gmail.com</li>
|
<li>Demo Site Administrator = dspacedemo+admin@gmail.com</li>
|
||||||
<li>Demo Community Administrator = dspacedemo+commadmin@gmail.com</li>
|
<li>Demo Community Administrator = dspacedemo+commadmin@gmail.com</li>
|
||||||
@@ -31,9 +35,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<picture class="background-image">
|
<picture class="background-image">
|
||||||
<source type="image/webp" srcset="assets/dspace/images/banner.webp 2000w, assets/dspace/images/banner-half.webp 1200w, assets/dspace/images/banner-tall.webp 768w">
|
<source srcset="assets/dspace/images/banner.webp 2000w, assets/dspace/images/banner-half.webp 1200w, assets/dspace/images/banner-tall.webp 768w"
|
||||||
<source type="image/jpg" srcset="assets/dspace/images/banner.jpg 2000w, assets/dspace/images/banner-half.jpg 1200w, assets/dspace/images/banner-tall.jpg 768w">
|
type="image/webp">
|
||||||
<img alt="" [src]="'assets/dspace/images/banner.jpg'"/><!-- without the []="''" Firefox downloads both the fallback and the resolved image -->
|
<source srcset="assets/dspace/images/banner.jpg 2000w, assets/dspace/images/banner-half.jpg 1200w, assets/dspace/images/banner-tall.jpg 768w"
|
||||||
|
type="image/jpg">
|
||||||
|
<img [src]="'assets/dspace/images/banner.jpg'" alt=""/>
|
||||||
|
<!-- without the []="''" Firefox downloads both the fallback and the resolved image -->
|
||||||
</picture>
|
</picture>
|
||||||
<small class="credits">Photo by <a href="https://www.pexels.com/@inspiredimages">@inspiredimages</a></small>
|
<small class="credits">Photo by <a href="https://www.pexels.com/@inspiredimages">@inspiredimages</a></small>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
<nav [ngClass]="{'open': !(menuCollapsed | async)}" [@slideMobileNav]="!(windowService.isXsOrSm() | async) ? 'default' : ((menuCollapsed | async) ? 'collapsed' : 'expanded')"
|
<nav [ngClass]="{'open': !(menuCollapsed | async)}" [@slideMobileNav]="!(windowService.isXsOrSm() | async) ? 'default' : ((menuCollapsed | async) ? 'collapsed' : 'expanded')"
|
||||||
class="navbar navbar-expand-md navbar-light p-0 navbar-container" role="navigation" [attr.aria-label]="'nav.main.description' | translate">
|
class="navbar navbar-expand-md navbar-light p-0 navbar-container" role="navigation" [attr.aria-label]="'nav.main.description' | translate">
|
||||||
<div class="navbar-inner-container w-100 h-100" [class.container]="!(isXsOrSm$ | async)">
|
<div class="navbar-inner-container w-100 h-100" [class.container]="!(isXsOrSm$ | async)">
|
||||||
|
<a class="navbar-brand my-2" href="https://www.coar-repositories.org/notify/">
|
||||||
|
<img src="assets/images/notify-coar-icon.png" [attr.alt]="'menu.header.image.logo' | translate" />
|
||||||
|
</a>
|
||||||
<a class="navbar-brand my-2" routerLink="/home">
|
<a class="navbar-brand my-2" routerLink="/home">
|
||||||
<img src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate" />
|
<img src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate" />
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user