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
4 changes: 1 addition & 3 deletions app/views/_controls.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
<ul class="nav navbar-nav col-sm-4">
<li class="nav-item">
<%= link_to 'Research Data Commons', 'https://researchdata.iu.edu/', class: "nav-link", aria: nil %></li>
<li class="nav-item <%= 'active' if current_page?(hyrax.root_path) %>">
<%= link_to t(:'hyrax.controls.home'), hyrax.root_path, class: "nav-link", aria: current_page?(hyrax.root_path) ? {current: 'page'} : nil %></li>
<li class="nav-item <%= 'active' if current_page?(hyrax.about_path) %>">
<%= link_to t(:'hyrax.controls.about'), hyrax.about_path, class: "nav-link", aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %></li>
<li class="nav-item <%= 'active' if current_page?(hyrax.contact_path) %>">
<%= link_to t(:'hyrax.controls.contact'), 'https://researchdata.iu.edu/about/contact/', class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
<%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path, class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
</ul><!-- /.nav -->
<div class="col-sm-8">
<%= render partial: 'catalog/search_form' %>
Expand Down
1 change: 1 addition & 0 deletions app/views/_masthead.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<header aria-label="header" class="top-header">
<!-- link rel="icon" href="favicon.ico" type="image/ico"/ -->
<nav id="masthead" class="navbar navbar-expand-lg justify-content-between <%= placement_class %>" role="navigation" aria-label="masthead">
<div class="rvt-header-global">
<div class="rvt-container-xl">
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a class="rvt-footer-base__link" href="https://accessibility.iu.edu/assistance/">Accessibility</a>
</li>
<li class="rvt-footer-base__item">
<a class="rvt-footer-base__link" href="#">Privacy Notice</a>
<a class="rvt-footer-base__link" href="https://www.iu.edu/privacy/index.html">Privacy Notice</a>
</li>
<li class="rvt-footer-base__item">
<a class="rvt-footer-base__link" href="https://www.iu.edu/copyright/index.html">Copyright</a> © 2024 The Trustees of <a class="rvt-footer-base__link" href="https://www.iu.edu">Indiana University</a>
Expand Down
4 changes: 2 additions & 2 deletions config/locales/hyrax.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ en:
description: 'Provide an abstract- or paragraph-length description of the dataset. This description should be longer than the one-sentence that will show up on the search results page, and will show up on the dataset page. You may use basic Markdown for formatting and/or hyperlinks (https://www.markdownguide.org/cheat-sheet/#basic-syntax)'
location_physical: 'List the location(s) where the data are stored, e.g. "Cloud," "Slate Project"'
digital_specifications: 'List the format(s) of data files. Example: CSV, SAS, text'
expert: 'Provide the name and email of person or people to reach out to for questions about the dataset, formatted as follows: John Doe (jdoe@iu.edu), or Website Link (https://www.iu.edu/index.html)'
expert: "Provide the name and email of person or people to reach out to for questions about the dataset, formatted as follows: John Doe (jdoe\uff20iu.edu), or Website Link (https://www.iu.edu/index.html)"
holding_location: 'Provide the campus unit(s) hosting the dataset, such as the school, department, or institute that purchased the dataset and/or is facilitating access.'
source_identifier: # (N/A - source identifier is the unique identifier for the data catalog, so nothing for depositors to enter? Confirm that this is correct.)
source : # (Same as above)
source_metadata_identifier: # (Same as above)
campus: 'Select all IU campuses able to access the dataset'
rights_statement: 'Select all categories of users that are eligible to access the data. (If there are additional restrictions, e.g. graduate students can access the data with an approved project, select "graduate students" here, and add additional information under Access Instructions (rights_notes)'
rights_statement: 'Select all categories of users that are eligible to access the data. (If there are additional restrictions, e.g. graduate students can access the data with an approved project, select "graduate students" here, and add additional information under Access Instructions'
bibliographic_citation: 'Provide the bibliographic citation for the dataset, if applicable. Use Chicago style (https://iu.libguides.com/citation/chicago)'
labels:
defaults:
Expand Down