Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (8.0%) to scientific vocabulary
Repository
EGAD: A Moldable tool for GitHub Action Analysis
Basic Info
Statistics
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
EGAD : Explorable GitHub Action Domain Model
EGAD is a tool for Glamorous Toolkit (GT), created to depict and analyze detailed GA workflow data.
Quick setting up of EGAD on GT
Download GT (Glamorous Toolkit) for your OS from gtoolkit.com. Start GlamorousToolkit app and open a Playground (top left button).
Copy-paste the following code snippet into the Playground, and evaluate it by clicking on the Evaluate button (black triangle). (This may take up to a minute.)
Metacello new
baseline: 'Egad';
repository: 'github://pavt/egad:main/src';
load.
(Smalltalk at: #BaselineOfEgad) loadLepiter.
Then close the Playground tab (x in the tab), and open “Get started with EGAD”.
Replication package
- Replication package for the Data and Tool Showcase Track MSR 2023.
Demo video
There is a short installation video explaining how to download and install the tool.
Authors
- EGAD is being developed by the Software Engineering Group, University of Bern, Switzerland.
Owner
- Name: Pablo Valenzuela
- Login: pavt
- Kind: user
- Location: Chile
- Repositories: 3
- Profile: https://github.com/pavt
Citation (CITATION.cff)
cff-version: 0.0.1 message: "Valenzuela:msr2022tool" authors: - family-names: "Valenzuela-Toledo" given-names: "Pablo" orcid: "https://orcid.org/0000-0001-6349-4296" - family-names: "Bergel" given-names: "Alexandre" orcid: "https://orcid.org/0000-0001-8087-1903" - family-names: "Kehrer" given-names: "Timo" orcid: "https://orcid.org/0000-0002-2582-5557" - family-names: "Nierstrasz" given-names: "Oscar" orcid: "https://orcid.org/0000-0002-9975-9791" title: "EGAD: a Moldable Tool for GitHub Action Analysis" version: 0.0.1 doi: 10.5281/zenodo.7714219 date-released: 2023-01-23 url: "https://github.com/pavt/egad"