Skip to content

Commit

Permalink
Doi mappings change (#564)
Browse files Browse the repository at this point in the history
* logo width, datacite Leaflet->Text, irus for nls

* list the members
  • Loading branch information
cziaarm authored Sep 30, 2024
1 parent 6f610ec commit 89282bf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bl-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ body.public-facing.bl-public-facing {
div.col-xs-12.catalog-logo-section {
img {
max-height: 100px;
max-width: 150px;
max-width: 200px;
height: unset;
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/services/bolognese/readers/hyrax_work_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def resource_type_to_resource_type_general_map
'Cartographic material': 'Image', #GenericWork
'Interactive resource': 'InteractiveResource',
'Journal issue': 'Journal',
'Leaflet': 'Leaflet',
'Leaflet': 'Text',
'Learning object': 'InteractiveResource',
'Musical notation': 'Other',
'Website': 'InteractiveResource',
Expand Down
11 changes: 10 additions & 1 deletion app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland, National Trust, Science Museum Group, National Library of Scotland, and Royal Botanic Gardens, Kew.<br/><br/>
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations:
<ul>
<li>The British Museum</li>
<li>MOLA (Museum of London Archaeology)</li>
<li>National Museums Scotland</li>
<li>National Trust</li>
<li>Science Museum Group</li>
<li>National Library of Scotland</li>
<li>Royal Botanic Gardens, Kew</li>
</ul>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
</div>
Expand Down
11 changes: 10 additions & 1 deletion app/views/themes/bl_shared_home/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland, National Trust, Science Museum Group, National Library of Scotland, and Royal Botanic Gardens, Kew.<br/><br/>
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations:
<ul>
<li>The British Museum</li>
<li>MOLA (Museum of London Archaeology)</li>
<li>National Museums Scotland</li>
<li>National Trust</li>
<li>Science Museum Group</li>
<li>National Library of Scotland</li>
<li>Royal Botanic Gardens, Kew</li>
</ul>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
</div>
Expand Down
2 changes: 2 additions & 0 deletions config/irus_analytics_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ production:
source_repository: nt.iro.bl.uk
sciencemuseumgroup.iro.bl.uk:
source_repository: sciencemuseumgroup.iro.bl.uk
nls.iro.bl.uk:
source_repository: nls.iro.bl.uk

0 comments on commit 89282bf

Please sign in to comment.