Portal/rdm/examples/oscar

From MaRDI portal
Revision as of 14:41, 5 April 2024 by LKastner (talk | contribs) (→‎Research Data Management Planning in Mathematics: Add OSCAR as an example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example: A large software project in an SFB (OSCAR)

Project description

The OSCAR Computer algebra system is developed as the central software project of within the Collaborative Research Center TRR 195 of the German Research Foundation (DFG).


1. Data description

The main datatype is the Julia code of Oscar.jl. Furthermore there are several subprojects developed by the TRR 195 that Oscar.jl depends on. These are GAP.jl, polymake.jl, Singular.jl and many more. We will focus on Oscar.jl here.

2. Documentation and data quality

The dependencies are tracked by the respective Project.toml files in the single repositories. Testing is done automatically in the github repositories using github actions. Compatibility is ensured with the current Julia release and the currently maintained Julia LTS versions. Code coverage of the tests is monitored by the codecov app. Oscar.jl adopts the standard github continuous integration approach. Code can only be merged to master after all the tests are passed.

3. Storage and technical archiving the project

The project is stored on github and via the git mechanism every developer retains a local copy as well. Furthermore the project and its dependencies are archived already during runtime at softwareheritage.org, see e.g. Oscar.jl at software heritage.

4. Legal obligations and conditions

The Oscar.jl source code is published under the GPLv3 as stated in the LICENSE file.

5. Data exchange and long-term data accessibility

All of the data is publicly available on GitHub and long term availability is guaranteed via software heritage.


6. Responsibilities and resources

The responsibility lies with the PIs of the B1 software project of the TRR 195. The necessary resources are provided by TU Berlin and RPTU Kaiserslautern.

In case we need to publish additional data, we will follow the MaRDI guidelines on data management and how to choose an appropriate repository.