Skip to content

Commit

Permalink
use extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 17, 2021
1 parent c0cd98e commit ea7deba
Show file tree
Hide file tree
Showing 49 changed files with 84 additions and 55 deletions.
14 changes: 14 additions & 0 deletions _pages/editing/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ content of the new page can be populated with a text editor of your choosing.
changes pushes your edits to the main branch of the repository hosted on
`GitHub`. The process of commiting is described below.


## Create an extension
If you want to extend the features of the wiki, for example, load a custom javascript library to certain pages.
You can add your scripts into `_includes/extensions`, and then the user can enable your extension by adding the extension name to `extensions` in the [Front Matter](https://jekyllrb.com/docs/front-matter/) of their markdown file.

For example, you can find two example extensions `mathjax` and `imjoy` in the `_includes/extensions` folder.
And in the begining of any page, you can enable them by:
```yaml
---
title: My Awesome Page
extensions: ["imjoy", "mathjax"]
---
```

## Pushing, pulling, and commiting with Git

Once you are ready to publish your your new page you will need to add, commit,
Expand Down
6 changes: 3 additions & 3 deletions _pages/editing/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Math Expressions
section: Contribute:Editing the Wiki
nav-links: true
usemathjax: true
extensions: ["mathjax"]
---

This page demonstrates how to include mathematical expressions.
Expand All @@ -13,11 +13,11 @@ Individual pages can opt-in to supporting mathematical notation using

Processing a page with MathJax can take a few seconds, so it is not enabled by
default on all pages.If you want to use MathJax, you must enable it in the
[front matter](/editing#add-the-pages-front-matter) of your page:
[front matter](/editing#add-the-pages-front-matter) of your page (i.e. add `"mathjax"` to `extensions`:

```
---
usemathjax: true
extensions: ["mathjax"]
---
```

Expand Down
2 changes: 1 addition & 1 deletion _pages/imaging/deconvolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Deconvolution
section: Learn:Scientific Imaging
nav-links: true
usemathjax: true
extensions: ["mathjax"]
---

{% include wikipedia title='Deconvolution' text='Deconvolution'%} corrects the systematic error of blur (loss of contrast in smaller features) in optical systems such as fluorescence microscopy images.
Expand Down
2 changes: 1 addition & 1 deletion _pages/learn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Frequently Asked Questions
section: Learn:ImageJ Basics
nav-links: true
nav-title: FAQ
usemathjax: true
extensions: ["mathjax"]
---

This page lists answers to the most frequently asked questions.
Expand Down
2 changes: 1 addition & 1 deletion _pages/libs/imagej-ops/deconvolution.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: Ops_Deconvolution
title: Ops Deconvolution
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/3d-viewer/user-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 3D Viewer › User FAQs
nav-links: true
nav-title: User FAQs
usemathjax: true
extensions: ["mathjax"]
---

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/anisotropic-diffusion-2d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Anisotropic Diffusion 2D
categories: [Filtering]
artifact: sc.fiji:Anisotropic_Diffusion_2D
doi: 10.1109/TPAMI.2005.87
usemathjax: true
extensions: ["mathjax"]
---

This plugin implement the anisotropic diffusion filter in 2D. Anisotropic filters are a class of filter that reduces noise in an image while trying to preserve sharp edges. See also [this page of the ImageJ 1.x web site](https://imagej.nih.gov/ij/plugins/anisotropic-diffusion-2d.html).
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/anomalous-diffusion-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Anomalous_Diffusion_Filters
title: Anomalous Diffusion Filters
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/boundingbox.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_BoundingBox
title: BigStitcher BoundingBox
usemathjax: true
extensions: ["mathjax"]
---

If you want to fuse or deconvolve a sub-volume of your dataset (other than *all views* or the *currently selected views*), you have to specify that volume by defining a **Bounding Box**.
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/brightnesscontrastadjustment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_BrightnessContrastAdjustment
title: BigStitcher BrightnessContrastAdjustment
usemathjax: true
extensions: ["mathjax"]
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/deconvolution.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_Deconvolution
title: BigStitcher Deconvolution
usemathjax: true
extensions: ["mathjax"]
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/flatfield-correction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_Flatfield_correction
title: BigStitcher Flatfield correction
usemathjax: true
extensions: ["mathjax"]
---

### Overview
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/frc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_FRC
title: BigStitcher FRC
usemathjax: true
extensions: ["mathjax"]
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/icp-refinement.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_ICP_refinement
title: BigStitcher ICP refinement
usemathjax: true
extensions: ["mathjax"]
---

The default stitching pipeline of BigStitcher will calculate a **translational alignment** of your images. In some cases, however, there might also be more complex transformations (such as rotations between tiles or scaling between channels due to **chromatic aberrations**) between the images. To account for such **affine transformations** between the images, we offer the possibility to **Refine the Alignment** using the **ICP (Iterative Closest Point)** algorithm combined with global optimization.
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: BigStitcher
title: BigStitcher
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/interest-points.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_Interest_points
title: BigStitcher Interest points
usemathjax: true
extensions: ["mathjax"]
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/registration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_Registration
title: BigStitcher Registration
usemathjax: true
extensions: ["mathjax"]
---

After you have [detected interest points](/plugins/bigstitcher/interest-points) in your images, you can proceed to register them. In **MultiView mode**, select the views to be registered, right-click and choose {% include bc path='Processing|Register using Interest Points...'%}.
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bigstitcher/reorientsample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: BigStitcher_ReorientSample
title: BigStitcher ReorientSample
usemathjax: true
extensions: ["mathjax"]
---

In addition to the manual view alignment functionality in **Stitching mode** (see [here](/plugins/bigstitcher/manual-translation) for details), which focuses on the translational alignment of tiled images, we offer offer complementary functions for **manually transforming** images and **managing transformations** in **MultiView mode**.
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bonej.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categories: [Analysis, Mathematical Morphology, Particle Analysis]
logo: /media/logos/bonej.png
artifact: org.bonej:bonej-plugins
doi: 10.12688/wellcomeopenres.16619.2
usemathjax: true
extensions: ["mathjax"]
---

BoneJ is a collection of skeletal biology plug-ins for ImageJ. This documentation is for the current BoneJ version available through the ImageJ [updater](/plugins/updater). Legacy documentation is provided for old versions (1.x) at [bonej.org](https://bonej.org/).
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/bunwarpj.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mediawiki: BUnwarpJ
title: BUnwarpJ
categories: [Registration]
artifact: sc.fiji:bUnwarpJ_
usemathjax: true
extensions: ["mathjax"]
---

{\| \|style="vertical-align:top" \|<img src="/media/plugins/bunwarpj-scheme.png" title="fig:bUnwarpJ scheme: bidirectional Unwarping in Java." width="390" alt="bUnwarpJ scheme: bidirectional Unwarping in Java." /> \|}
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/classic-watershed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Classic_Watershed
title: Classic Watershed
categories: [Segmentation, Mathematical Morphology]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/csim-lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mediawiki: CSIMLab
title: CSIMLab
section: Contribute:Organizations
categories: [Filtering,Noise]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/diameterj.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: DiameterJ
title: DiameterJ
categories: [Analysis]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/directionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mediawiki: Directionality
title: Directionality
categories: [Analysis]
artifact: sc.fiji:Directionality_
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/distance-transform-watershed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Distance_Transform_Watershed
title: Distance Transform Watershed
categories: [Segmentation, Mathematical Morphology]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/flimj.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: FLIMJ
title: FLIMJ
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/hough-circle-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Hough_Circle_Transform
title: Hough Circle Transform
categories: [Analysis]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/ij-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mediawiki: IJ_Blob
title: IJ Blob
doi: 10.5334/jors.ae
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/integral-image-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Integral_Image_Filters
title: Integral Image Filters
categories: [Filtering,Integral Image]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/interactive-watershed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Interactive_Watershed
title: Interactive Watershed
categories: [Segmentation]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/level-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mediawiki: Level_Sets
title: Level Sets
categories: [Uncategorized]
artifact: sc.fiji:level_sets
usemathjax: true
extensions: ["mathjax"]
---

<img src="/media/plugins/ls.2b.progress.png" width="300"/>
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/morpholibj.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: MorphoLibJ
categories: [Analysis, Filtering, Segmentation, Mathematical Morphology]
doi: 10.1093/bioinformatics/btw413
artifact: fr.inra.ijpb:MorphoLibJ_
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/noise-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Noise_Generator
title: Noise Generator
categories: [Noise]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/pqct.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: PQCT
title: PQCT
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/ridge-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Ridge_Detection
title: Ridge Detection
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---

{% include warning/unmaintained %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/robust-clump-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Robust_clump_splitting
title: Robust clump splitting
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/shape-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mediawiki: Shape_Filter
title: Shape Filter
categories: [Uncategorized]
usemathjax: true
extensions: ["mathjax"]
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/spim-registration/method.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: SPIM_Registration_Method
title: SPIM Registration Method
usemathjax: true
extensions: ["mathjax"]
---

## Citation
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/trackmate/algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TrackMate Algorithms
description: Description of the algorithms shipped in TrackMate.
usemathjax: true
extensions: ["mathjax"]
---

This page documents the current components of [TrackMate](/plugins/trackmate). TrackMate has a modular design, meaning that it is made of different modules that each have a specific role. Developers can build their own module and re-used the other ones and the GUI to achieve a quick development. The module types are (in the order you meet them when executing the plugin):
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/trainable-segmentation/implementation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mediawiki: Trainable_Segmentation_Plugin_Implementation
title: Trainable Segmentation Plugin Implementation
usemathjax: true
extensions: ["mathjax"]
---

<div style="background:#fdd; padding: 10px 10px 0 10px; border: 1px solid black;">
Expand Down
2 changes: 1 addition & 1 deletion _pages/plugins/tws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Trainable Weka Segmentation
categories: [Segmentation,Machine Learning]
artifact: sc.fiji:Trainable_Segmentation
doi: 10.1093/bioinformatics/btx180
usemathjax: true
extensions: ["mathjax"]
---

{% include img align="center" name="fig:Trainable Weka Segmentation pipeline overview." src="tws-pipeline" width="600px" %}
Expand Down
Loading

0 comments on commit ea7deba

Please sign in to comment.