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:
Sondissimo
2023-05-17 17:42:31 +02:00
parent c233927c29
commit 83a4165200
4 changed files with 30 additions and 20 deletions

View File

@@ -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 ::",

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -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>

View File

@@ -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>