mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merged in CST-9779 (pull request #620)
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. Approved-by: Andrea Bollini
This commit is contained in:
@@ -3599,7 +3599,7 @@
|
||||
|
||||
"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 ::",
|
||||
|
||||
|
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,37 +3,34 @@
|
||||
<div class="jumbotron jumbotron-fluid">
|
||||
<div class="d-flex flex-wrap">
|
||||
<div>
|
||||
<h1 class="display-3">DSpace 7</h1>
|
||||
<p class="lead">DSpace is the world leading open source repository platform that enables
|
||||
organisations to:</p>
|
||||
<h1 class="display-3">Demo of COAR Notify in DSpace 7
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li>easily ingest documents, audio, video, datasets and their corresponding Dublin Core
|
||||
metadata
|
||||
</li>
|
||||
<li>open up this content to local and global audiences, thanks to the OAI-PMH interface and
|
||||
Google Scholar optimizations
|
||||
</li>
|
||||
<li>issue permanent urls and trustworthy identifiers, including optional integrations with
|
||||
handle.net and DataCite DOI
|
||||
</li>
|
||||
</ul>
|
||||
<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
|
||||
software in lowercase.</p>
|
||||
<ul>
|
||||
<li>Demo Site Administrator = dspacedemo+admin@gmail.com</li>
|
||||
<li>Demo Community Administrator = dspacedemo+commadmin@gmail.com</li>
|
||||
<li>Demo Collection Administrator = dspacedemo+colladmin@gmail.com</li>
|
||||
<li>Demo Submitter = dspacedemo+submit@gmail.com</li>
|
||||
</ul>
|
||||
<p>The Arcadia-funded <a href="https://www.coar-repositories.org/notify/" target="_blank">COAR Notify Project</a>
|
||||
is developing and accelerating community adoption of a standard, interoperable, and decentralised approach to
|
||||
linking research outputs hosted in the distributed network of repositories with resources from external services
|
||||
such as overlay-journals and open peer review services, using linked data notifications.
|
||||
</p>
|
||||
<p>As part of this project, <a href="https://www.coar-repositories.org/" target="_blank">COAR</a> is funding the
|
||||
development of platforms and systems to support the exchange of linked data notifications across partner
|
||||
organisations and the workflows to manage notifications in those platforms and systems.
|
||||
</p>
|
||||
<p>As the largest adopted repository platform in the World one of the first platforms to be addressed is DSpace
|
||||
the implementation of which has been entrusted to <a href="https://www.4science.com"
|
||||
target="_blank">4Science</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<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 type="image/jpg" srcset="assets/dspace/images/banner.jpg 2000w, assets/dspace/images/banner-half.jpg 1200w, assets/dspace/images/banner-tall.jpg 768w">
|
||||
<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.webp 2000w, assets/dspace/images/banner-half.webp 1200w, assets/dspace/images/banner-tall.webp 768w"
|
||||
type="image/webp">
|
||||
<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>
|
||||
<small class="credits">Photo by <a href="https://www.pexels.com/@inspiredimages">@inspiredimages</a></small>
|
||||
</div>
|
||||
|
@@ -1,6 +1,9 @@
|
||||
<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">
|
||||
<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">
|
||||
<img src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate" />
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user