mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
CST-9779 Provided changes to the home component text as required
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
<div class="jumbotron jumbotron-fluid">
|
||||
<div class="d-flex flex-wrap">
|
||||
<div>
|
||||
<h1 class="display-3">Demo of <a href="https://www.4science.com" target="_blank">COAR Notify</a> in DSpace 7
|
||||
<h1 class="display-3">Demo of COAR Notify in DSpace 7
|
||||
</h1>
|
||||
<p class="lead"><a href="https://www.4science.com" target="_blank">COAR Notify Project</a> is:
|
||||
<p class="lead">The Arcadia-funded COAR Notify Project:
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p>developing and accelerating community adoption of standard, interoperable, and decentralised approach to
|
||||
<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>
|
||||
@@ -17,28 +18,22 @@
|
||||
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><a href="https://www.4science.com" target="_blank">4Science</a> has been awarded of the Implementation of the
|
||||
protocol for the DSpace platform and this site hosts the demo of the resulting implementation.
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<picture class="background-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">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user