Skip to content

Commit

Permalink
Rename *.JPG and *.PNG to lowercase *.jpg and *.png
Browse files Browse the repository at this point in the history
  • Loading branch information
VWJF committed Dec 10, 2024
1 parent b78326d commit 775cf18
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/applications/outreach-engagement/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Outreach & Engagement"
date: 2023-07-31T12:00:00-07:00
weight: 7
# icon: "fa fa-headphones"
thumbnail: /img/LucyShipBreach.PNG
thumbnail: /img/LucyShipBreach.png
# thumbnail: img/S01-J,L-1.jpg
photocredits: "" # or leave blank
thumbnailurl: "outreach-engagement/hallo-bioacoustics-workshop-2022"
Expand Down
2 changes: 1 addition & 1 deletion content/homepage/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Check out these open source models on our public [GitHub repository](https://git

Our team is also developing models that will ultimately be able to forecast whale locations based on hydrophone detections, visual observations from citizen science groups, and environmental data. This system will allow us to alert nearby ship captains, shipping ports, and ... when a whale is forecasted to be entering their path and risk-reducing measures can be taken to limit disturbance to the whales.

![Killer whale by Photographer Name](../images/credit&cropped_rainblow_whale.JPG)
![Killer whale by Photographer Name](../images/credit&cropped_rainblow_whale.jpg)

---

Expand Down
2 changes: 1 addition & 1 deletion data/carousel/hallo-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: "<p>Humans and Algorithms<br>Listening to Orcas</p>"
position: bottom-left # empty (text does not overlap with image), centered, four combinations of {top | bottom}-{left | right}
textalign: # left (default), right
photocredits: "Lauren Laturnus" # or leave blank
image: "img/LaurenWhaleUnderwater.JPG"
image: "img/LaurenWhaleUnderwater.jpg"
2 changes: 1 addition & 1 deletion data/carousel/our-research.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: "<p> We are building a whale forecasting model to protect whales fr
position: top-left # empty (text does not overlap with image), centered, four combinations of {top | bottom}-{left | right}
textalign: # left (default), right
photocredits: "Lucy Quayle" # or leave blank
image: "img/LucyShipBreach.PNG"
image: "img/LucyShipBreach.png"
2 changes: 1 addition & 1 deletion data/features/workshop.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
weight: 2
name: "Bioacoustics Workshop"
icon: "fa fa-users"
thumbnail: img/LucyShipBreach.PNG
thumbnail: img/LucyShipBreach.png
url: "applications/outreach-engagement/hallo-bioacoustics-workshop-2022"
description: "We hosted a _Bioacoustics Workshop_ in August of 2022. Topics discussed range from whale sightings and conservation to the application of deep learning models to identify whale calls."
4 changes: 2 additions & 2 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ collections:
- { label: 'Text position', name: 'position', widget: 'select', default: 'top-left', options: ['', 'centered', 'top-left', 'top-right', 'bottom-left', 'bottom-right'], hint: 'Select the relative position of the text description overlapping the the image. The empty entry means that text does not overlap with image and is placed underneath.' }
- { label: 'Text justification', name: 'textalign', widget: 'select', default: 'left', options: ['left', 'right'], hint: 'Select the justification of the text.' }

- { label: 'Image', name: 'image', widget: 'image', required: False, description: '', hint: 'image (img/LucyShipBreach.PNG)' }
- { label: 'Image', name: 'image', widget: 'image', required: False, description: '', hint: 'image (img/LucyShipBreach.png)' }
- { label: 'Photo Credits', name: 'photocredits', widget: 'string', required: False, description: '', hint: 'Provide image credits here or leave blank'}
- { label: 'URL', name: 'href', widget: 'string', required: False, description: 'Page or URL that redirects to more information about the featured item', hint: "e.g. applications/call-catalogue/ or research/publications/" }

Expand All @@ -154,7 +154,7 @@ collections:
- { label: 'Name', name: 'name', widget: 'string', description: 'Name of the featured item', pattern: ['^[a-zA-Z0-9-]+$', 'Only letters, numbers and hyphen (-) are allowed.'] }

- { label: 'Icon', name: 'icon', widget: 'string', required: False, description: 'Fork Awesome icon', hint: 'e.g. `fa fa-users` https://forkaweso.me/Fork-Awesome/icons/'}
- { label: 'Thumbnail image', name: 'thumbnail', widget: 'image', required: False, description: '`Thumbnail` supersedes the `icon` field.', hint: 'image (img/LucyShipBreach.PNG)' }
- { label: 'Thumbnail image', name: 'thumbnail', widget: 'image', required: False, description: '`Thumbnail` supersedes the `icon` field.', hint: 'image (img/LucyShipBreach.png)' }
- { label: 'URL', name: 'url', widget: 'string', required: False, description: 'Page or URL that redirects to more information about the featured item', hint: "e.g. applications/call-catalogue/ or research/publications/" }

- { label: 'Description', name: 'description', widget: 'markdown', required: False, description: 'Description under the featured item icon.' }
Expand Down

0 comments on commit 775cf18

Please sign in to comment.