Skip to content

Commit

Permalink
0.5.1 (#50)
Browse files Browse the repository at this point in the history
* 0.5.1 and slide update

* content update

* slide reshuffle

* slide alignment correction

* alter drop shadows

* version content change
  • Loading branch information
finglis authored Mar 4, 2024
1 parent f83bc0c commit 59d5ba2
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 29 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,16 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.5-x64-mingw32)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion _includes/slideshow.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% for slide in site.slides %}
<div class="mySlides fade">
<div class="slide">
<div class="slide-text">
<div class="slide-text {{ slide.slide-text-class }}">
<h2>{{slide.slide-title }}</h2>
<p> {{slide.slide-content }}</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions _slides/slide0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slide-title: v0.5.0 is finally here!
slide-content: <br> Lots of improvements, fixes & features - check out <a href="https://github.com/qupath/qupath/releases/latest"target=blank>releases</a> or the <a href="https://www.youtube.com/watch?v=tV-BYEHVCw8"target=blank>I2K YouTube video</a> to find out more.
slide-img: /assets/images/slideshow/qupath-jobs.png
slide-title: From Zero to QuPath Hero!
slide-content: <br> Join Laura on her epic journey from humble beginnings to QuPath mastery in her new <a href="https://www.youtube.com/watch?v=MBrAVUsUdio&list=PLSCpSsEmyRpANBGQXB_oGslW9NIJz4A12&ab_channel=LauraNicolas-Saenz"target=blank>YouTube series</a>.
slide-img: /assets/images/slideshow/youtube-series-thumbnail.png
---
9 changes: 5 additions & 4 deletions _slides/slide1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
slide-title: Get started
slide-content: See how QuPath can help visualize & analyze complex images with our step-by-step guides on <a href="https://qupath.readthedocs.io/en/stable/" target=blank>ReadTheDocs</a>.
slide-img: /assets/images/slideshow/qupath-getting-started.png
slide-img-class: screenshot-img
slide-title: v0.5.1 is here!
slide-content: <br> Lots of improvements, fixes & features - check out <a href="https://github.com/qupath/qupath/releases/latest"target=blank>releases</a> or the <a href="https://www.youtube.com/watch?v=tV-BYEHVCw8"target=blank>I2K YouTube video</a> to find out more.
slide-img: /assets/images/slideshow/qupath-jobs.png
slide-img-class: inverse
slide-text-class: inverse-text
---
6 changes: 3 additions & 3 deletions _slides/slide2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slide-title: Learn more
slide-content: Dive deeper into what QuPath can do by checking out the tutorials & workshops on <a href="https://www.youtube.com/c/qupath" target=blank>YouTube</a>.
slide-img: /assets/images/slideshow/qupath-youtube.png
slide-title: Get started
slide-content: See how QuPath can help visualize & analyze complex images with our step-by-step guides on <a href="https://qupath.readthedocs.io/en/stable/" target=blank>ReadTheDocs</a>.
slide-img: /assets/images/slideshow/qupath-getting-started.png
slide-img-class: screenshot-img
---
9 changes: 5 additions & 4 deletions _slides/slide3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
slide-title: Annotate faster
slide-content: QuPath has lots of tricks to annotate images quickly. See them in action in this <a href="https://twitter.com/petebankhead/status/1295965136646176768?s=20 t=ETG2R8JKrhtT-kSZdW-Cnw" target=blank >annotation tweetorial</a>.
slide-img: /assets/images/slideshow/annotation-snapping.jpg
slide-img-class: screenshot-img
slide-title: Learn more
slide-content: Dive deeper into what QuPath can do by checking out the tutorials & workshops on <a href="https://www.youtube.com/c/qupath" target=blank>YouTube</a>.
slide-img: /assets/images/slideshow/qupath-youtube.png
slide-img-class: inverse screenshot-img
slide-text-class: inverse-text
---
7 changes: 4 additions & 3 deletions _slides/slide4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
slide-title: Understand images
slide-content: Learn the core ideas behind analyzing images from QuPath’s creator, in the new interactive handbook <a href="https://bioimagebook.github.io/README.html" target=blank>Introduction to Bioimage Analysis</a>.
slide-img: /assets/images/slideshow/pete-teaching.png
slide-title: Annotate faster
slide-content: QuPath has lots of tricks to annotate images quickly. See them in action in this <a href="https://twitter.com/petebankhead/status/1295965136646176768?s=20 t=ETG2R8JKrhtT-kSZdW-Cnw" target=blank >annotation tweetorial</a>.
slide-img: /assets/images/slideshow/annotation-snapping.jpg
slide-img-class: screenshot-img
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
qupath_github: https://github.com/qupath/qupath
qupath_java_docs: https://qupath.github.io/javadoc/docs/
qupath_releases: https://github.com/qupath/qupath/releases/
qupath_release_notes: https://github.com/qupath/qupath/releases/tag/v0.5.0
qupath_release_notes: https://github.com/qupath/qupath/releases/tag/v0.5.1
qupath_release_latest: https://github.com/qupath/qupath/releases/latest
qupath_download_msi: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-v0.5.0-Windows.msi
qupath_download_zip: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-v0.5.0-Windows.zip
qupath_download_pkg: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-v0.5.0-Mac-x64.pkg
qupath_download_pkg_s: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-v0.5.0-Mac-arm64.pkg
qupath_download_tar: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-v0.5.0-Linux.tar.xz
qupath_download_msi: https://github.com/qupath/qupath/releases/download/v0.5.1/QuPath-v0.5.1-Windows.msi
qupath_download_zip: https://github.com/qupath/qupath/releases/download/v0.5.1/QuPath-v0.5.1-Windows.zip
qupath_download_pkg: https://github.com/qupath/qupath/releases/download/v0.5.1/QuPath-v0.5.1-Mac-x64.pkg
qupath_download_pkg_s: https://github.com/qupath/qupath/releases/download/v0.5.1/QuPath-v0.5.1-Mac-arm64.pkg
qupath_download_tar: https://github.com/qupath/qupath/releases/download/v0.5.1/QuPath-v0.5.1-Linux.tar.xz
qupath_documentation: https://qupath.readthedocs.io/en/stable/
qupath_installation: https://qupath.readthedocs.io/en/stable/docs/intro/installation.html
qupath_citation: https://qupath.readthedocs.io/en/stable/docs/intro/citing.html
Expand All @@ -26,7 +26,7 @@ description: QuPath is cross-platform, user-friendly open source software for di
logo: assets/images/favicon.ico

#Banner
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.5.0" target=blank>QuPath v0.5.0 is now online!</a>
banner: <a href="https://github.com/qupath/qupath/releases/tag/v0.5.1" target=blank>QuPath v0.5.1 is now online!</a>

#Hero content
hero-heading: QuPath
Expand Down Expand Up @@ -57,7 +57,7 @@ download_dropdown_tar_aria: follow this link to download qupath for Linux t a r
qupath_download_which: https://qupath.readthedocs.io/en/latest/docs/intro/installation.html#qupath-for-mac
download_dropdown_which: Not sure which version?

latest_release_notes: Release notes v0.5.0
latest_release_notes: Release notes v0.5.1
all_release_notes: Looking for another version? Find <a href="https://github.com/qupath/qupath/releases" target=blank>all releases</a>
install_troubleshooting: Trouble installing? Check out the <a href="https://qupath.readthedocs.io/en/stable/docs/intro/installation.html" target=blank>installation notes</a>

Expand Down
5 changes: 5 additions & 0 deletions slide_archive/slide4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
slide-title: Understand images
slide-content: Learn the core ideas behind analyzing images from QuPath’s creator, in the new interactive handbook <a href="https://bioimagebook.github.io/README.html" target=blank>Introduction to Bioimage Analysis</a>.
slide-img: /assets/images/slideshow/pete-teaching.png
---

0 comments on commit 59d5ba2

Please sign in to comment.