Skip to content

Commit 90188f1

Browse files
author
Thomas Girke
committed
Update site content and build
1 parent ddd451c commit 90188f1

3 files changed

Lines changed: 60 additions & 33 deletions

File tree

content/en/about/project.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,42 @@ The systemPipe project provides a suite of R/Bioconductor packages for designing
1515

1616
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).
1717

18-
### Core Packages
18+
<br>
1919

20-
* __systemPipeR: Workflow Management System (WMS)__ <br/>
21-
<p align="right">
20+
## Core Packages
21+
22+
<div style="display: flex; justify-content: space-between; align-items: center;">
23+
<h4 style="margin: 0;">systemPipeR: Workflow Management System (WMS)</h4>
2224
<a href="https://bioconductor.org/packages/devel/bioc/vignettes/systemPipeR/inst/doc/systemPipeR.html">
2325
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
2426
</a>
25-
</p>
27+
</div>
28+
<br>
29+
2630
[_systemPipeR_](https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html) is the core workflow management package of the project. It enables users to define, organize, and execute workflows that integrate R-based analysis with external command-line software ([H Backman and Girke 2016](https://link.springer.com/article/10.1186/s12859-016-1241-0)). An automated scientific reporting framework is an integral component of the package, supporting reproducible and transparent analyses.
2731

28-
* __systemPipeRdata: Workflow Templates__ <br/>
32+
<br>
33+
34+
<div style="display: flex; justify-content: space-between; align-items: center;">
35+
<h4 style="margin: 0;">systemPipeRdata: Workflow Templates</h4>
36+
<a href="https://www.bioconductor.org/packages/release/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRdata.html">
37+
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
38+
</a>
39+
</div>
40+
<br>
41+
2942
[_systemPipeRdata_](https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html) provides a collection of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines and serve as starting points for reproducible workflow development.
3043

31-
* __systemPipeShiny: Visualization Toolbox__ <br/>
44+
<br>
45+
46+
<div style="display: flex; justify-content: space-between; align-items: center;">
47+
<h4 style="margin: 0;">systemPipeShiny: Visualization Toolbox</h4>
48+
<a href="https://bioconductor.org/packages/release/bioc/vignettes/systemPipeShiny/inst/doc/systemPipeShiny.html">
49+
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
50+
</a>
51+
</div>
52+
<br>
53+
3254
[_systemPipeShiny_](https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html) offers a Shiny-based graphical user interface for a subset of _systemPipeR_ functionalities, along with interactive visualization tools for result exploration, post-processing, and figure assembly.
3355

3456
## Workflow Templates

public/about/project/index.html

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<meta property="og:type" content="article" />
2424
<meta property="og:url" content="https://systempipe.org/about/project/" /><meta property="article:section" content="about" />
2525

26-
<meta property="article:modified_time" content="2026-02-01T19:35:46-08:00" />
26+
<meta property="article:modified_time" content="2026-02-13T12:22:02-08:00" />
2727

2828
<meta itemprop="name" content="About Project">
2929
<meta itemprop="description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
3030
This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).">
31-
<meta itemprop="dateModified" content="2026-02-01T19:35:46-08:00" />
31+
<meta itemprop="dateModified" content="2026-02-13T12:22:02-08:00" />
3232
<meta itemprop="wordCount" content="365">
3333
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About Project"/>
3434
<meta name="twitter:description" content="Overview The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.
@@ -276,11 +276,8 @@
276276
<ul>
277277
<li>
278278
<ul>
279-
<li><a href="#overview">Overview</a>
280-
<ul>
281-
<li><a href="#core-packages">Core Packages</a></li>
282-
</ul>
283-
</li>
279+
<li><a href="#overview">Overview</a></li>
280+
<li><a href="#core-packages">Core Packages</a></li>
284281
<li><a href="#workflow-templates">Workflow Templates</a></li>
285282
</ul>
286283
</li>
@@ -341,26 +338,34 @@ <h2 id="overview">Overview</h2>
341338
<img src="systemPipe_logo.png" width="20%" alt="Right Aligned" align="right" style="display: block; margin: auto;" />
342339
<p>The systemPipe project provides a suite of R/Bioconductor packages for designing, building, and executing end-to-end data analysis workflows on local machines and high-performance computing (HPC) systems, while simultaneously generating publication-quality analysis reports.</p>
343340
<p>This website serves primarily as a landing page that provides a high-level overview of each package and links to their corresponding pages on Bioconductor. Detailed usage instructions, examples, and technical documentation are available in the package vignettes hosted on Bioconductor (linked below).</p>
344-
<h3 id="core-packages">Core Packages</h3>
345-
<ul>
346-
<li><strong>systemPipeR: Workflow Management System (WMS)</strong> <br/></li>
347-
</ul>
348-
<p align="right">
341+
<br>
342+
<h2 id="core-packages">Core Packages</h2>
343+
<div style="display: flex; justify-content: space-between; align-items: center;">
344+
<h4 style="margin: 0;">systemPipeR: Workflow Management System (WMS)</h4>
349345
<a href="https://bioconductor.org/packages/devel/bioc/vignettes/systemPipeR/inst/doc/systemPipeR.html">
350346
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
351347
</a>
352-
</p>
353-
[_systemPipeR_](https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html) is the core workflow management package of the project. It enables users to define, organize, and execute workflows that integrate R-based analysis with external command-line software ([H Backman and Girke 2016](https://link.springer.com/article/10.1186/s12859-016-1241-0)). An automated scientific reporting framework is an integral component of the package, supporting reproducible and transparent analyses.
354-
<ul>
355-
<li>
356-
<p><strong>systemPipeRdata: Workflow Templates</strong> <br/>
357-
<a href="https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> provides a collection of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines and serve as starting points for reproducible workflow development.</p>
358-
</li>
359-
<li>
360-
<p><strong>systemPipeShiny: Visualization Toolbox</strong> <br/>
361-
<a href="https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html"><em>systemPipeShiny</em></a> offers a Shiny-based graphical user interface for a subset of <em>systemPipeR</em> functionalities, along with interactive visualization tools for result exploration, post-processing, and figure assembly.</p>
362-
</li>
363-
</ul>
348+
</div>
349+
<br>
350+
<p><a href="https://bioconductor.org/packages/devel/bioc/html/systemPipeR.html"><em>systemPipeR</em></a> is the core workflow management package of the project. It enables users to define, organize, and execute workflows that integrate R-based analysis with external command-line software (<a href="https://link.springer.com/article/10.1186/s12859-016-1241-0">H Backman and Girke 2016</a>). An automated scientific reporting framework is an integral component of the package, supporting reproducible and transparent analyses.</p>
351+
<br>
352+
<div style="display: flex; justify-content: space-between; align-items: center;">
353+
<h4 style="margin: 0;">systemPipeRdata: Workflow Templates</h4>
354+
<a href="https://www.bioconductor.org/packages/release/data/experiment/vignettes/systemPipeRdata/inst/doc/systemPipeRdata.html">
355+
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
356+
</a>
357+
</div>
358+
<br>
359+
<p><a href="https://www.bioconductor.org/packages/devel/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> provides a collection of pre-configured workflow templates and associated resources that simplify the setup of common analysis pipelines and serve as starting points for reproducible workflow development.</p>
360+
<br>
361+
<div style="display: flex; justify-content: space-between; align-items: center;">
362+
<h4 style="margin: 0;">systemPipeShiny: Visualization Toolbox</h4>
363+
<a href="https://bioconductor.org/packages/release/bioc/vignettes/systemPipeShiny/inst/doc/systemPipeShiny.html">
364+
<img src="https://img.shields.io/badge/TUTORIAL-blue?style=for-the-badge&logo=gitbook&logoColor=white" alt="Tutorial Badge">
365+
</a>
366+
</div>
367+
<br>
368+
<p><a href="https://bioconductor.org/packages/release/bioc/html/systemPipeShiny.html"><em>systemPipeShiny</em></a> offers a Shiny-based graphical user interface for a subset of <em>systemPipeR</em> functionalities, along with interactive visualization tools for result exploration, post-processing, and figure assembly.</p>
364369
<h2 id="workflow-templates">Workflow Templates</h2>
365370
<p>The <a href="https://www.bioconductor.org/packages/release/data/experiment/html/systemPipeRdata.html"><em>systemPipeRdata</em></a> package supplies pre-configured workflow templates that are fully compatible with <em>systemPipeR</em>. These templates include CWL parameter files for command-line steps and, in many cases, example datasets. They are designed to:</p>
366371
<ul>
@@ -448,8 +453,8 @@ <h2 id="workflow-templates">Workflow Templates</h2>
448453
<div class="text-muted mt-5 pt-3 border-top">
449454

450455
Last modified
451-
2026-02-01
452-
: <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/3b08e02419920097732bc7eb792012dea25cfb3b">Update site content and build (3b08e024)</a>
456+
2026-02-13
457+
: <a href="https://github.com/systemPipeR/systemPipeR.github.io/commit/ddd451c1936c9b29899c53deadaa77aafb4f9e00">Update site content and build (ddd451c1)</a>
453458

454459
</div>
455460

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<lastmod>2021-04-22T15:46:31-07:00</lastmod>
6161
</url><url>
6262
<loc>https://systempipe.org/about/project/</loc>
63-
<lastmod>2026-02-01T19:35:46-08:00</lastmod>
63+
<lastmod>2026-02-13T12:22:02-08:00</lastmod>
6464
</url><url>
6565
<loc>https://systempipe.org/sps/modules/rnaseq/</loc>
6666
<lastmod>2022-11-03T17:18:58-07:00</lastmod>

0 commit comments

Comments
 (0)