https://github.com/besser-pearl/governancedsl
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: BESSER-PEARL
- Language: Python
- Default Branch: main
- Size: 6.26 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
A DSL to define and enforce governance policies
This repository contains the definition of a domain-specific language (DSL) for governance policies (the engine for the enforcement of the policies is available here).
Contents
The repository structure is divided in four folders:
* grammar/: This folder contains the definition of the grammar, or concrete syntax, of our DSL. We used ANTLR to define our concrete syntax, see govdsl.g4 for the implementation.
* metamodel/: This folder contains the metamodel of the abstract syntax of our DSL. Since the metamodel has been created using the BESSER Web Modeling Editor we provide several files:
- metamodel.json: The JSON representation that can be used to open the metamodel in the editor.
- metamodel.png: A PNG image of the metamodel.
- metamodel.py: The implementation of the classes of the metamodel as Python classes.
* tests/: This folder contains the tests. There are three subfolders for the examples:
- invalid_examples: Here we define with our DSL different invalid policies (e.g., the required number of votes is negative).
- NL_examples: Here we define the examples in natural language, which can come from existing repositories (NL_examples/real-world/ folder) or created from us (NL_examples/artifical/).
- valid_examples: Here we define with our DSL different valid policies, which can come from NL_examples/.
* utils/: This folder contains additional support for the definitions of exceptions, extensions of our metamodel (e.g., GitHub), and data structure support for the parser.
Tests
When contributing to incorporate new tests in natural language (NL_examples/) we recommend using the following template:
Original repo: URL (or we can also report "owner/name" if repository is from GitHub)
Access date: Date you accessed the repository
Reporter: -
Policy: If multiple, enter a new line for each.
Owner
- Name: BESSER-PEARL
- Login: BESSER-PEARL
- Kind: organization
- Email: jordi.cabot@list.lu
- Location: Luxembourg
- Repositories: 1
- Profile: https://github.com/BESSER-PEARL
GitHub Events
Total
- Issues event: 7
- Issue comment event: 3
- Push event: 49
- Pull request event: 2
- Create event: 2
Last Year
- Issues event: 7
- Issue comment event: 3
- Push event: 49
- Pull request event: 2
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 7
- Total pull requests: 1
- Average time to close issues: 21 days
- Average time to close pull requests: 20 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.14
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 7
- Pull requests: 1
- Average time to close issues: 21 days
- Average time to close pull requests: 20 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.14
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jcabot (7)
Pull Request Authors
- jlcanovas (1)