Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sites.yml #166

Merged
merged 3 commits into from
Nov 5, 2024
Merged
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
3 changes: 2 additions & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ git grep name: sites.yml |
grep -A999999 'name: "[0-9]' |
sed 's;.*name: "\([^"]*\)"$;\1;' >actual
cat actual | LC_ALL=C sort --ignore-case >expected
if diff actual expected
if diff -q actual expected
then
echo "Update sites are ordered correctly."
else
echo "Please list sites in alphabetical order!"
git diff --no-index actual expected
exit 5
fi
echo "== Generating legacy pages ==" &&
Expand Down
9 changes: 9 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,15 @@ sites:
- "[XU Xiaochun](mailto:[email protected])"
- "[Felix Martin Margadant](mailto:[email protected])"

- name: "PIM-IBIS"
id: "Abastien"
url: "https://sites.imagej.net/Abastien/"
description: >-
Update site for the [IBIS Microscopy & Imaging Platform](https://microscopie.ibis.ulaval.ca/)
at [ULaval](https://www.ulaval.ca/).
maintainers:
- "[Alexandre Bastien](https://imagej.net/people/alexandrebastien)"

- name: "PixFRET"
id: "PixFRET"
url: "https://sites.imagej.net/PixFRET/"
Expand Down
Loading