-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weekly release 2023-12-11
- Loading branch information
Showing
8 changed files
with
52 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions
12
ckanext/nhm/theme/templates/home/snippets/featured/dataset4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{% extends "home/snippets/featured/base.html" %} | ||
|
||
{% set title = "Join the Dots" %} | ||
{% set url="/dataset/join-the-dots-collection-level-descriptions" %} | ||
{% set title = "Aphid Slide Digitisation" %} | ||
{% set url="/search/aphid-slides" %} | ||
|
||
{% block image %} | ||
<div class="featured-image" | ||
style="background-image:url('/images/featured-binders.jpg'); background-position-x: 50%;" | ||
style="background-image:url('/images/featured-aphid.jpg'); background-position-x: 60%; background-position-y: 2%; background-size: 250%;" | ||
role="img" | ||
aria-label="A stack of cardboard binders filled with papers and notebooks. Some binders are tied with black ribbon." | ||
title="seargreyson/unsplash"> | ||
aria-label="A zoomed-in view of a slide for a specimen of the species Myzus (Nectarosiphon) persicae." | ||
title="NHMUK014801150, Myzus (Nectarosiphon) persicae"> | ||
</div> | ||
{% endblock %} | ||
|
||
{% block description %} | ||
Join the Dots is an extensive project giving a high-level overview of the Museum's collections, including undigitised material. | ||
Browse the museum's fully digitised collection of Aphidoidea slides! Over the past 14 months, digitisers at the museum have imaged more than 200,000 of these slides. | ||
{% endblock %} |