1
1
---
2
- title : " Affiliated Projects"
3
- description : " Affiliated Projects"
2
+ title : " Affiliated and Incubated Projects"
3
+ description : " Affiliated and Incubated Projects"
4
4
date : " 2024-01-29"
5
5
authors : ["OSL Team"]
6
- template : main.html
6
+ template : projects.html
7
+ projects :
8
+ - name : ArtBox
9
+ type : incubated
10
+ url : https://osl-incubator.github.io/artbox/
11
+ description : |
12
+ ArtBox is a tool set for handling multimedia files with a bunch of useful
13
+ functions.
14
+ - name : ArxLang
15
+ type : affiliated
16
+ url : https://arxlang.org
17
+ description : |
18
+ ArxLang Project is compounded mainly by three sub-projects: ASTx, IRx, and Arx.
19
+ ASTx is an agnostic expression structure for AST. It is agnostic because it is
20
+ not specific to any language, neither to the ArxLang project, although its main
21
+ focus is to provide all needed feature for ArxLang.
22
+ IRx aims to provide a translator to LLVM-IR from ASTx objects.
23
+ Arx is a new programming language that uses the power of LLVM to provide a
24
+ multi-architecture machine target code generation.
25
+
26
+ - name : Envers
27
+ type : incubated
28
+ url : https://osl-incubator.github.io/envers/
29
+ description : |
30
+ Envers is a command-line tool (CLI) designed to manage and version environment
31
+ variables for different deployment stages such as staging, development, and
32
+ production. It provides a secure and organized way to handle
33
+ environment-specific configurations.
34
+
35
+ - name : fqlearn
36
+ type : incubated
37
+ url : https://osl-pocs.github.io/fqlearn/
38
+ description : |
39
+ This Project aims to facilitate the teaching of unit operations and
40
+ thermodynamics.
41
+
42
+ - name : Makim
43
+ type : incubated
44
+ url : https://osl-incubator.github.io/makim/
45
+ description : |
46
+ Makim (or makim) is based on make and focus on improve the way to define targets
47
+ and dependencies. Instead of using the Makefile format, it uses yaml format.
48
+
49
+ - name : noWorkflow
50
+ type : affiliated
51
+ url : https://gems-uff.github.io/noworkflow/
52
+ description : |
53
+ The noWorkflow project aims at allowing scientists to benefit from provenance
54
+ data analysis even when they don't use a workflow system. It transparently
55
+ collects provenance from Python scripts and notebooks and provide tools to
56
+ support the analysis and management of the provenance.
57
+
58
+ - name : PyDataStructs
59
+ type : affiliated
60
+ url : https://pydatastructs.readthedocs.io/en/latest/
61
+ description : |
62
+ PyDataStructs project aims to be a Python package for various data structures
63
+ and algorithms (including their parallel implementations).
64
+
65
+ - name : SciCookie
66
+ type : incubated
67
+ url : https://osl-incubator.github.io/scicookie
68
+ description : |
69
+ SciCookie is a template developed by Open Science Labs that creates
70
+ projects from project templates.
71
+
72
+ - name : Sugar
73
+ type : incubated
74
+ url : https://osl-incubator.github.io/sugar/
75
+ description : |
76
+ Sugar aims to organize your stack of containers, gathering some useful scripts
77
+ and keeping this information centralized in a configuration file. So the command
78
+ line would be very simple.
7
79
---
8
80
9
81
# Affiliated and Incubated Projects
@@ -15,81 +87,3 @@ driving forward our shared goals. These collaborations not only strengthen our
15
87
community but also contribute significantly to the broader field of open source
16
88
and scientific research. Below, you'll find information about affiliated and
17
89
incubated projects.
18
-
19
- ---
20
-
21
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ ArtBox] ( https://osl-incubator.github.io/artbox/ )
22
-
23
- ArtBox is a tool set for handling multimedia files with a bunch of useful
24
- functions.
25
-
26
- ---
27
-
28
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-affiliated-333333?style=for-the-badge&label=project&labelColor=FF0000&color=888888 " > [ ArxLang] ( https://arxlang.org )
29
-
30
- ArxLang Project is compounded mainly by three sub-projects: ASTx, IRx, and Arx.
31
-
32
- ASTx is an agnostic expression structure for AST. It is agnostic because it is
33
- not specific to any language, neither to the ArxLang project, although its main
34
- focus is to provide all needed feature for ArxLang.
35
-
36
- IRx aims to provide a translator to LLVM-IR from ASTx objects.
37
-
38
- Arx is a new programming language that uses the power of LLVM to provide a
39
- multi-architecture machine target code generation.
40
-
41
- ---
42
-
43
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ Envers] ( https://osl-incubator.github.io/envers/ )
44
-
45
- Envers is a command-line tool (CLI) designed to manage and version environment
46
- variables for different deployment stages such as staging, development, and
47
- production. It provides a secure and organized way to handle
48
- environment-specific configurations.
49
-
50
- ---
51
-
52
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ fqlearn] ( https://osl-pocs.github.io/fqlearn/ )
53
-
54
- This Project aims to facilitate the teaching of unit operations and
55
- thermodynamics.
56
-
57
- ---
58
-
59
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ Makim] ( https://osl-incubator.github.io/makim/ )
60
-
61
- Makim (or makim) is based on make and focus on improve the way to define targets
62
- and dependencies. Instead of using the Makefile format, it uses yaml format.
63
-
64
- ---
65
-
66
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-affiliated-333333?style=for-the-badge&label=project&labelColor=FF0000&color=888888 " > [ noWorkflow] ( https://gems-uff.github.io/noworkflow/ )
67
-
68
- The noWorkflow project aims at allowing scientists to benefit from provenance
69
- data analysis even when they don't use a workflow system. It transparently
70
- collects provenance from Python scripts and notebooks and provide tools to
71
- support the analysis and management of the provenance.
72
-
73
- ---
74
-
75
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-affiliated-333333?style=for-the-badge&label=project&labelColor=FF0000&color=888888 " > [ PyDataStructs] ( https://pydatastructs.readthedocs.io/en/latest/ )
76
-
77
- PyDataStructs project aims to be a Python package for various data structures
78
- and algorithms (including their parallel implementations).
79
-
80
- ---
81
-
82
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ SciCookie] ( https://osl-incubator.github.io/scicookie )
83
-
84
- SciCookie is a template developed by < https://opensciencelabs.org/ > that creates
85
- projects from project templates.
86
-
87
- ---
88
-
89
- ### <img alt =" Static Badge " src =" https://img.shields.io/badge/project-incubated-333333?style=for-the-badge&label=project&labelColor=FFAA00&color=888888 " > [ Sugar] ( https://osl-incubator.github.io/sugar/ )
90
-
91
- Sugar aims to organize your stack of containers, gathering some useful scripts
92
- and keeping this information centralized in a configuration file. So the command
93
- line would be very simple.
94
-
95
- ---
0 commit comments