You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is still in progress and subject to change, as additional requirements may arise.
5
+
6
6
# Metadata-Adoption-Quantify
7
7
8
8
This software extracts relevant data from SOMEF (Software Metadata Extraction Framework) results to answer specific research questions. The extracted insights are returned as structured JSON files, allowing easy integration and analysis.
@@ -32,6 +32,7 @@ This software is tailored to answer the following research questions:
32
32
5. RQ5: What are the most common citation practices among the communities?
33
33
34
34
## Features
35
+
35
36
- Extract metadata from repositories using SOMEF.
36
37
- Extracts and processes metadata from SOMEF results.
37
38
- Filters information relevant to specific research questions.
@@ -68,127 +69,51 @@ The tool is accessible via the `quantify` command. All commands should be prefix
68
69
### Available Commands
69
70
70
71
#### 1. Run SoMEF on Repositories
72
+
71
73
Extracts metadata from a list of GitHub repositories provided in a JSON file.
74
+
72
75
```bash
73
76
poetry run quantify somef --input repos.json --output-dir somef_outputs --threshold 0.8
74
77
```
75
78
76
79
#### 2. Run RQ Analysis
80
+
77
81
Analyzes SoMEF outputs to answer specific research questions.
After running the `calculate` command for a cluster, you get the final summary:
194
119
@@ -210,6 +135,7 @@ After running the `calculate` command for a cluster, you get the final summary:
210
135
```
211
136
212
137
## Ackowlegement:
138
+
213
139
The authors acknowledge the OSCARS project, which has received funding from the European Commission's Horizon Europe Research and Innovation programme under grant agreement No. 101129751
0 commit comments