Skip to content

Commit fab244a

Browse files
committed
updated website
1 parent f4365fc commit fab244a

88 files changed

Lines changed: 360 additions & 239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lasso/blog/2025-02-17-arena-python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: arena-python
3-
title: (WIP) Arena Test Driver for Python Available
3+
title: Preview of Arena Test Driver for Python Available
44
authors: [mkessel]
55
tags: []
66
---

lasso/blog/2025-03-31-lslflow.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
slug: lslflow
3+
title: Preview of LSLFlow Available
4+
authors: [mkessel]
5+
tags: []
6+
---
7+
8+
A first visual representation of a graph editor for designing and managing LSL pipelines is now available.
9+
10+
### Key Features
11+
12+
* Visual Pipeline Design: Design LSL pipelines visually using a graph-based interface.
13+
* Interactive Preview: View your pipeline design in action with an interactive preview feature.
14+
15+
### Development Status
16+
17+
The project is actively developed by **David Cebulla**, a business informatics student at the University of Mannheim, as part of his Bachelor Thesis. The goal is to translate visual graph representations into corresponding LSL pipelines efficiently.
18+
19+
### Preview
20+
21+
Visit the Project Website: Explore the preview version of LSLFlow here: [LSLFlow](https://softwareobservatorium.github.io/lslflow/)

lasso/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config: Config = {
7171
label: 'Documentation',
7272
},
7373
{to: '/hub', label: 'TDSEHub (Pipelines)', position: 'left'},
74-
{to: '/playground', label: 'Playground (Labs)', position: 'left'},
74+
{to: '/labs', label: 'Labs (Playground)', position: 'left'},
7575
{to: '/blog', label: 'Blog', position: 'left'},
7676
{to: '/research/intro', label: 'Research', position: 'left'},
7777
{
@@ -96,8 +96,8 @@ const config: Config = {
9696
to: '/docs/intro',
9797
},
9898
{
99-
label: 'Playground (Labs)',
100-
to: '/playground',
99+
label: 'Labs (Playground)',
100+
to: '/labs',
101101
},
102102
{
103103
label: 'Research',

lasso/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function HomepageHeader() {
6565
<div className="container">
6666
<div className="row">
6767
<ul>
68-
{recentPosts.items.slice(0, 5).map((item, index) => (
68+
{recentPosts.items.slice(0, 2).map((item, index) => (
6969
<li key={index}>
7070
<a href={`${item.permalink}`}>{item.title}</a>{" "}
7171
</li>

lasso/src/pages/labs.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# LASSO Labs
2+
3+
## LSLFlow - A Visual Graph Editor for LSL Pipelines
4+
5+
A first visual representation of a graph editor for designing and managing LSL pipelines is now available.
6+
7+
### Key Features
8+
9+
* Visual Pipeline Design: Design LSL pipelines visually using a graph-based interface.
10+
* Interactive Preview: View your pipeline design in action with an interactive preview feature.
11+
12+
### Development Status
13+
14+
The project is actively developed by **David Cebulla**, a business informatics student at the University of Mannheim, as part of his Bachelor Thesis. The goal is to translate visual graph representations into corresponding LSL pipelines efficiently.
15+
16+
### Preview
17+
18+
Visit the Project Website: Explore the preview version of LSLFlow here: [LSLFlow](https://softwareobservatorium.github.io/lslflow/)
19+
20+
## LASSO Platform
21+
22+
A public LASSO instance (i.e., playground) will be available soon ...

lasso/src/pages/playground.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

web/404.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

web/about/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)