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

RTD: add page for 2024 Ops paper #157

Merged
merged 1 commit into from
Apr 30, 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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
50 changes: 50 additions & 0 deletions docs/ops/doc/Paper2024.rst
Original file line number Diff line number Diff line change
@@ -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 <examples/scyjava.html>`_.

+--------------+--------------------------------------------------------------------------------------+
| |scyj_thumb| |`3D 3T3 Mouse Nucleus <https://media.imagej.net/scijava-ops/1.0.0/3t3_nucleus.tif>`_ |
+--------------+--------------------------------------------------------------------------------------+

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 <examples/flim_analysis.html>`_.

+--------------+----------------------------------------------------------------------------------+
| |flim_thumb| | `BPAE cells <https://media.imagej.net/scijava-ops/1.0.0/flim_example_data.sdt>`_ |
+--------------+----------------------------------------------------------------------------------+

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 <examples/deconvolution.html>`_.

+--------------+----------------------------------------------------------------------------------------------------------------------+
| |saca_thumb| | `HeLa cell expressing HIV gene products <https://media.imagej.net/scijava-ops/1.0.0/hela_hiv_gag_ms2_mcherry.tif>`_ |
+--------------+----------------------------------------------------------------------------------------------------------------------+

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 <examples/deconvolution.html>`_.

+---------------+-------------------------------------------------------------------------------------------+
| |decon_thumb| | `3D HeLa nucleus <https://media.imagej.net/scijava-ops/1.0.0/hela_nucleus.tif>`_ |
+---------------+-------------------------------------------------------------------------------------------+

.. |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

6 changes: 6 additions & 0 deletions docs/ops/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ The combination of these libraries allows declarative image analysis workflows,
WritingYourOwnOpPackage
Migrating Ops Written for ImageJ Ops<MigratingFromImageJOps>

.. toctree::
:maxdepth: 2
:caption: 📚 Papers

Paper2024

Indices and tables
==================

Expand Down
98 changes: 98 additions & 0 deletions docs/ops/images/scijava-ops.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading