diff --git a/docs/conf.py b/docs/conf.py index d27d36f8e..6a8e9272f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ def setup(app): html_static_path = [] # Add the SciJava ops logo -html_logo = "ops/images/scijava_logo.svg" +html_logo = "ops/images/scijava-ops.svg" html_theme_options = { "logo_only": True, "display_version": False, diff --git a/docs/ops/doc/Paper2024.rst b/docs/ops/doc/Paper2024.rst new file mode 100644 index 000000000..3e69c9b6a --- /dev/null +++ b/docs/ops/doc/Paper2024.rst @@ -0,0 +1,50 @@ +SciJava Ops: An Improved Algorithms Framework for Fiji and Beyond +================================================================= + +This page serves as a stable location for the SciJava Ops Paper and associated resources. If you find SciJava Ops useful, please cite our (forthcoming) paper: + +Python (scyjava) +---------------- + +This use case illustrates the ease with which SciJava Ops can be accessed in Python, showcasing ``OpEnvironment`` setup and simple image processing. The full workflow can be found in the `scyjava use case `_. + ++--------------+--------------------------------------------------------------------------------------+ +| |scyj_thumb| |`3D 3T3 Mouse Nucleus `_ | ++--------------+--------------------------------------------------------------------------------------+ + +Fluorescence Lifetime Image Analysis +------------------------------------ + +This use case illustrates how SciJava Ops can be freely extended with additional algorithms libraries, making use of the SciJava framework for convenience and performance in FLIM analysis. The full workflow can be found in the `FLIM use case `_. + ++--------------+----------------------------------------------------------------------------------+ +| |flim_thumb| | `BPAE cells `_ | ++--------------+----------------------------------------------------------------------------------+ + +Spatially Adapted Colocalization Analysis +----------------------------------------- + +This use case illustrates the novel scientific utility of the SciJava Ops Image library using powerful algorithms for pixel colocalization. The full workflow can be found in the `SACA use case `_. + ++--------------+----------------------------------------------------------------------------------------------------------------------+ +| |saca_thumb| | `HeLa cell expressing HIV gene products `_ | ++--------------+----------------------------------------------------------------------------------------------------------------------+ + +Deconvolution +------------- + +This use case illustrates the novel scientific utility of the SciJava Ops Image library using powerful algorithms for image deconvolution. The full workflow can be found in the `deconvolution use case `_. + ++---------------+-------------------------------------------------------------------------------------------+ +| |decon_thumb| | `3D HeLa nucleus `_ | ++---------------+-------------------------------------------------------------------------------------------+ + +.. |decon_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/hela_nucleus_thumbnail.png + :width: 10em +.. |flim_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/flim_example_input_56.png + :width: 10em +.. |saca_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/hela_hiv_gag_ms2_mcherry_thumbnail.png + :width: 10em +.. |scyj_thumb| image:: https://media.imagej.net/scijava-ops/1.0.0/3t3_nucleus_thumbnail.png + :width: 10em + diff --git a/docs/ops/doc/index.rst b/docs/ops/doc/index.rst index 8b3a7cbaa..ad6b6c577 100644 --- a/docs/ops/doc/index.rst +++ b/docs/ops/doc/index.rst @@ -42,6 +42,12 @@ The combination of these libraries allows declarative image analysis workflows, WritingYourOwnOpPackage Migrating Ops Written for ImageJ Ops +.. toctree:: + :maxdepth: 2 + :caption: 📚 Papers + + Paper2024 + Indices and tables ================== diff --git a/docs/ops/images/scijava-ops.svg b/docs/ops/images/scijava-ops.svg new file mode 100644 index 000000000..612dc5842 --- /dev/null +++ b/docs/ops/images/scijava-ops.svg @@ -0,0 +1,98 @@ + + + + diff --git a/docs/ops/images/scijava_logo.svg b/docs/ops/images/scijava_logo.svg deleted file mode 100644 index 7e22385a3..000000000 --- a/docs/ops/images/scijava_logo.svg +++ /dev/null @@ -1,57 +0,0 @@ - -image/svg+xml \ No newline at end of file