Skip to content
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
15 changes: 15 additions & 0 deletions apps/docs-website/docs/publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Publications

#### Loon Publications

- [**Aardvark: A Visualization Tool for Live Cell Microscopy Data**
🏆 *Best Paper Award: IEEE VIS 2024*](https://vdl.sci.utah.edu/publications/2024_vis_aardvark/)

- [**Loon: A Visualization Tool for Live Cell Microscopy Data**
🏆 *Honorable Mention Award: IEEE VIS 2021*](https://loon.sci.utah.edu/)

#### User Publications

- [**QUILPEN Provides Independent and Label-Free Single-Cell Quantification of Pigmentation Dynamics and Organelle Content**](https://onlinelibrary.wiley.com/doi/10.1111/pcmr.70080)

- [**A BRN2:MYC transcriptional axis regulates interconversion between therapy-resistant and tumorigenic phenotypes in melanoma**](https://www.cell.com/cell-reports/fulltext/S2211-1247(25)01447-0)
3 changes: 3 additions & 0 deletions apps/docs-website/docs/status-and-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Status & Versions

Loon is not currently being actively maintained, but feel free to reach out [here](/docs/help-develop-loon) to help develop loon! We maintain multiple versions of Loon through our [docker hub image](https://hub.docker.com/r/visdesignlab/loon)
16 changes: 0 additions & 16 deletions apps/docs-website/docs/version-log.md

This file was deleted.

23 changes: 17 additions & 6 deletions apps/docs-website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ const sidebars: SidebarsConfig = {
id: "getting-started-with-loon/index",
},
items: [
{type: "category", label: "Prepare Your Data", link: {type: "doc", id: "getting-started-with-loon/data",}, items: [
"getting-started-with-loon/trackmate-data",]},
{
type: "category", label: "Prepare Your Data", link: { type: "doc", id: "getting-started-with-loon/data", }, items: [
"getting-started-with-loon/trackmate-data",]
},
"getting-started-with-loon/quickstart",
{
type: "category",
label: "Extra Resources",
{
type: "category",
label: "Extra Resources",
link: { type: "generated-index" },
items: [
"troubleshooting-docker",
Expand All @@ -44,7 +46,16 @@ const sidebars: SidebarsConfig = {
type: "html",
value: '<hr style="border: 0.5px solid #ddd; margin: 0.5rem 0;" />',
},
"version-log",
{
type: "doc",
id: "status-and-versions",
label: "Status & Versions",
},
{
type: "doc",
id: "publications",
label: "Publications",
},
"help-develop-loon/index",
"contact-us",
],
Expand Down
Loading