Skip to content

Commit

Permalink
some updates to the website examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresPrez committed Dec 19, 2022
1 parent 36c040a commit ac5fe21
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
10 changes: 5 additions & 5 deletions website/docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ slug: /examples/
---

# Examples
Below is a list of examples using FSML.
Below is a list of examples using the FSML SDK to process data from FSML partners.

## Protocol Manifest Examples
- [FSML CLI](/examples/cli-microbyre). A real-world example on how to use the FSML CLI to generate an FSML Manifest from FSML partner **MicroByre**

* PDF Protocol with YAML [Manifest](/examples/pdf-yaml-example)
- [Parser Plugin](/examples/plugin-phycus). A detailed walk-through of the FSML Plugin Framework that end with the implementation of an FSML Plugin that transforms real-world data from FSML partner **Phycus** into an FSML Manifest.

- [Node-RED](/examples/node-red-phycus). An example of a Node-RED flow that leverages an FSML Plugin Exporter to consume real-worl data from FSML partner **Phycus** into TeselaGen TEST.

## Protocol Run Examples

_TBD_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'MicroByre Manifest'
title: 'FSML CLI'
metaTitle: 'FSML Manifest for MicroByre'
metaDescription: 'MicroByre FSML Manifest Example'
sidebar_position: 1
Expand Down
19 changes: 19 additions & 0 deletions website/docs/examples/node-red-phycus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Node-RED"
metaTitle: "Node-RED Flow: Phycus --> TeselaGen"
sidebar_position: 4
---

# Phycus-TeselaGen Integration

This is a real-world Node-RED integration between from FSML partners **Phycus** and **TeselaGen**.

Here we show how to leverage the Node-RED technology to integrate the Applikon Bioreactor data from **Phycus** into **TeselaGen** TEST module.

This .zip file is necessary to carry on with this example and those are available in the following link:

<!-- Not sure how to reference the file in the static folder -->
- [**phycusTeselagenNodeRed.zip**](https://raw.githubusercontent.com/TeselaGen/fsml.org/main/website/static/phycus-tg-nodered-example-01.zip)



File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Phycus Parser Example'
metaTitle: 'FSML Manifest for MicroByre'
title: 'Parser Plugin'
metaTitle: 'FSML Manifest for Phycus'
metaDescription: 'Phycus Parser Example'
sidebar_position: 2
---
Expand Down
Binary file added website/static/phycus-tg-nodered-example-01.zip
Binary file not shown.

0 comments on commit ac5fe21

Please sign in to comment.