CST-9779 Provided changes to the home component text as required

This commit is contained in:
Sondissimo
2023-05-19 11:43:30 +02:00
parent 83a4165200
commit 06e5c8871b

View File

@@ -3,13 +3,14 @@
<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">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> </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> </p>
</div> </div>
</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 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. such as overlay-journals and open peer review services, using linked data notifications.
</p> </p>
@@ -17,28 +18,22 @@
development of platforms and systems to support the exchange of linked data notifications across partner 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. organisations and the workflows to manage notifications in those platforms and systems.
</p> </p>
<p><a href="https://www.4science.com" target="_blank">4Science</a> has been awarded of the Implementation of the <p>As the largest adopted repository platform in the World one of the first platforms to be addressed is DSpace
protocol for the DSpace platform and this site hosts the demo of the resulting implementation. the implementation of which has been entrusted to <a href="https://www.4science.com"
target="_blank">4Science</a>.
</p> </p>
<p>Join an international community of <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Positioning" <p>Join an international community of <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Positioning"
target="_blank">leading institutions using DSpace</a>. target="_blank">leading institutions using DSpace</a>.
</p> </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>
</div> </div>
<picture class="background-image"> <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" <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.jpg 2000w, assets/dspace/images/banner-half.jpg 1200w, assets/dspace/images/banner-tall.jpg 768w" type="image/webp">
type="image/jpg"> <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=""/> <img [src]="'assets/dspace/images/banner.jpg'" alt=""/>
<!-- without the []="''" Firefox downloads both the fallback and the resolved image --> <!-- without the []="''" Firefox downloads both the fallback and the resolved image -->
</picture> </picture>