Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ div.facets h3 {
/** Help + About **/

.static-page-sidebar {
h2 {
h1 {
font-size: 1.5em;
font-weight: 500;
padding: 0.5em 0;
Expand All @@ -797,24 +797,18 @@ div.facets h3 {

.static-page-main {
h1 {
font-size: 1.65em;
font-weight: 500;
padding: 0.5em 0;
}

h2 {
font-size: 1.5em;
font-weight: 500;
padding: 0.5em 0;
}

h3 {
h2 {
font-size: 1.25em;
font-weight: 500;
padding: 0.5em 0;
}

h4 {
h3 {
font-size: 1.15em;
font-weight: 500;
padding: 0.5em 0;
Expand All @@ -826,6 +820,7 @@ div.facets h3 {

ul li {
list-style: circle;
padding-left: 1em;
}

strong {
Expand Down
11 changes: 6 additions & 5 deletions app/views/hyrax/homepage/_marketing.html.erb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<section class="image-masthead">
<h1 class="sr-only"> Browse or Deposit Work in DataCORE </h1>
<div class="splash-text">
<h1 class="sr-only">Browse or Deposit Work in DataCORE</h1>
<div class="splash-text" role="main">
<div class="splash-container">
<div class="container">
<div class="col-md-8 splash-surround">
<div class="splash-text--medium splash-text--above">
<p>IU DataCORE is an open-access institutional data repository designed to support the sharing, long-term preservation, and discovery of research data
collected by researchers at Indiana University.&nbsp;
For our repository of publications please visit IU ScholarWorks:
<a href="https://scholarworks.iu.edu/dspace/home" target="blank">https://scholarworks.iu.edu/dspace/home</a>.
<a href="https://scholarworks.iu.edu/dspace/home" target="blank" role="link">https://scholarworks.iu.edu/dspace/home</a>.
</p>

<p>You will need permissions to submit datasets.<br />
Please contact IU Libraries Research Data Services (<a href="mailto:[email protected]">[email protected]</a>) to receive deposit permissions.
Please contact IU Libraries Research Data Services (<a href="mailto:[email protected]" role="link">[email protected]</a>) to receive deposit permissions.
</p>
</div>
</div>
Expand All @@ -21,7 +21,8 @@
<!--Placeholder for Browse + Deposit/Share your work buttons-->
<div class="home_share_work row">
<div class="col-sm-12 text-center">
<%= link_to "<i class=\"glyphicon glyphicon-search\" aria-hidden=\"true\"></i> #{t('hyrax.browse')}".html_safe, main_app.search_catalog_path, class: "btn btn-primary btn-lg browse-btn", id: "browse_link", style: 'width: 100%' %>
<%= link_to "<i class=\"glyphicon glyphicon-search\" aria-hidden=\"true\"></i> #{t('hyrax.browse')}".html_safe, main_app.search_catalog_path,
class: "btn btn-primary btn-lg browse-btn", id: "browse_link", role: "link", style: 'width: 100%' %>
</div>
</div>
<% if @presenter.display_share_button? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/hyrax/static/_about_sidebar.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<aside class="<%= sidebar_classes %> static-page-sidebar">
<h2>About</h2>
<h1>About</h1>
<ul>
<%= render partial: 'help_sidebar_link', locals: { path: 'about', label: "About IU DataCORE" } %>
<%= render partial: 'help_sidebar_link', locals: { path: 'file-format-preservation', label: "File Formats & Preservation" } %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/hyrax/static/_help_sidebar.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<aside class="<%= sidebar_classes %> static-page-sidebar ">
<h2>Help</h2>
<h1>Help</h1>
<ul>
<%= render partial: 'help_sidebar_link', locals: { path: 'prepare-your-data', label: "Prepare Your Data" } %>
<%= render partial: 'help_sidebar_link', locals: { path: 'datacore-documentation-guide', label: "Documentation Guidance" } %>
Expand Down
10 changes: 5 additions & 5 deletions app/views/hyrax/static/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<%= render partial: 'about_sidebar' %>

<div class="<%= main_content_classes %> static-page-main">
<h2>About IU DataCORE</h2>
<h1>About IU DataCORE</h1>

<p>The datasets that underlie research findings are increasingly in demand. Funding agencies require that research data be discoverable, accessible and preserved for future use. Publishers ask for data sets to be included alongside publications as supplemental files to support research findings. Researchers seek out existing data sets to test out new theories or generate new discoveries.</p>

<p>In response, The Indiana University Libraries have developed IU DataCORE, a repository for sharing and archiving research data that were developed at the Indiana University. IU DataCORE is a component of a suite of services provided by the Libraries designed to broadly disseminate the intellectual contributions in research, teaching, and creativity made by the Indiana University community and to ensure its longevity.</p>

<h3 id="why-deposit-in-iu-data-core">Why deposit in IU DataCORE?</h3>
<h2 id="why-deposit-in-iu-data-core">Why deposit in IU DataCORE?</h2>

<p><strong>Share your data</strong> &mdash; IU DataCORE provides a means for you to publish your data through a protected and secure repository, making your research more visible to the world.</p>

Expand All @@ -31,7 +31,7 @@

<p><strong>Local Assistance</strong> &mdash; Librarians can meet with you to help guide you in preparing your data set for deposit into IU DataCORE. <a href="<%= hyrax.contact_path %>">Contact Us</a> to set up a consultation.</p>

<h3 id="who-can-deposit">Who can deposit?</h3>
<h2 id="who-can-deposit">Who can deposit?</h2>
<p><strong>We welcome deposits from:</strong></p>
<ul>
<li>Current IU faculty, graduate students, and research staff.</li>
Expand All @@ -40,7 +40,7 @@
<li>Sponsored depositors.</li>
</ul>

<h3 id="what-kinds-of-data-are-accepted">What kinds of data are accepted?</h3>
<h2 id="what-kinds-of-data-are-accepted">What kinds of data are accepted?</h2>
<p><strong>We accept:</strong></p>
<ul>
<li>Research data from all disciplines.</li>
Expand Down Expand Up @@ -73,7 +73,7 @@
which affirms the deposit is original work and does not infringe on the rights of others.</li>
</ul>

<h3 id="ready-to-get-started">Ready to get started?</h3>
<h2 id="ready-to-get-started">Ready to get started?</h2>

<p><a href="prepare-your-data">How to prepare your data</a></p>
</div>
Loading