Skip to content

Commit 7e83841

Browse files
committed
- Added a new file feature-request.md to the .github/ISSUE_TEMPLATE directory with a template for feature requests.
- Updated the `README.md` file with a new image banner. - Updated the description of the Brain Image Library in the `README.md` file to provide more details about its purpose and functionality. - Updated the list of stakeholders and potential visualizations in the `feature-request.md` file. - Added a new checklist section in the `feature-request.md` file for ensuring all necessary details are provided for the proposed statistic.
2 parents e5d18f3 + 28be05f commit 7e83841

File tree

8 files changed

+904
-15
lines changed

8 files changed

+904
-15
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Feature request
3+
about: Describe this issue template's purpose here.
4+
title: New metric request
5+
labels: enhancement, help wanted
6+
assignees: ''
7+
8+
---
9+
10+
## Metric request
11+
12+
**Proposed Statistic/Metric**: [Describe the new statistic you want to add to the dataset]
13+
14+
**Justification**: [Explain why this new statistic would be valuable for the dataset and its users]
15+
16+
## Implementation Details
17+
18+
**Data Source**: The information needed to compute the statistic should come from this file `https://download.brainimagelibrary.org/inventory/daily/reports/today.json` or any file(s) listed in `today.json`.
19+
20+
**Calculation Method**: [Outline the calculation or algorithm to derive the new statistic]
21+
22+
**Expected Output**: [Describe the expected format or structure of the new statistic or an example output]
23+
24+
## Additional Information
25+
26+
**Stakeholders**: [List the stakeholders who would benefit from being aware of this statistic]
27+
28+
**Viz**: [List the potential visualizations that could be used with this statistic. Check this [link](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/) for additional information]
29+
30+
**Impact**: [Discuss the potential impact of adding this statistic, such as its usefulness for analysis, research, or decision-making]
31+
32+
**Contributor**: [Mention if you are interested in working on this feature yourself or if you are seeking collaboration from others]
33+
34+
## Checklist
35+
36+
- [ ] I have reviewed the existing documentation to ensure the proposed statistic aligns with the scope and purpose.
37+
- [ ] I have provided sufficient details about the proposed statistic, including its calculation method and expected output.
38+
- [ ] I have referenced relevant documentation or resources that support the addition of the new statistic.
39+
- [ ] I have considered the potential impact and benefits of adding this statistic to the dataset.
40+
- [ ] I am willing to collaborate and work on implementing this new statistic, or I am seeking collaboration from others.

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
dist/
11+
build/
12+
*.egg-info/
13+
*.egg
14+
15+
# PyCharm files
16+
.idea/
17+
18+
# Visual Studio Code files
19+
.vscode/
20+
21+
# Virtual environment
22+
venv/
23+
env/
24+
25+
# Compiled Python files
26+
*.pyc
27+
28+
# macOS specific files
29+
.DS_Store
30+
31+
# Jupyter Notebook checkpoints
32+
.ipynb_checkpoints/

AUTHORS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Team Lead(s)
2+
Ivan Cao-Berg (icaoberg) - Pittsburgh Supercomputing Center
3+
4+
## Undergraduate Students
5+
Eduardo J. Figueroa (EduardoJFigueroa) - University of Puerto Rico
6+
7+
## CS Scholars Data Science Group
8+
Joshua Franco (francojoshua) - Western High School
9+
Nicolas Watkins (nicolasw-cmu) - Edmond Santa Fe Highschool
10+
Carmen Ung (cmucung) - Rosemead High School
11+
Marcuslyne Sieh (marcuslynes) - The Metropolitan Regional Career and Technical Center
12+
Manav Mahida (ManavMahida) - North Penn High School
13+
Temidayo Ogundare (Togundar) - Science Park High School
14+
Neptune Barton (jellyfishking-github)- Eldorado High School
15+
16+
17+
## SAMS Data Science Group
18+
Tiffany Wang (Tffny3) - Cupertino High School
19+
Eileen Lin (eileen-png) - Eleanor Roosevelt High School, eSTEM Academy
20+
Louis Lin (Bobvius) - Jack Britt High
21+
Eunice Son (Eunice-Son) - Pine-Richland High School
22+
Kaitlyn Kexin Chen (kexin-chen4) - Dreyfoos School of the Arts
23+
Angelina I. Ayoubi (angelinaayoubi) - Somers High School
24+
Eros Sunshine G (Sunshine-Alpha) - GCISD Collegiate Academy @ Tarrant County College
25+
Kimberly Vallejo (kvallejo6) - San Fernando High School
26+
Mercades Camacho (mercadec) - Kensington High School
27+
Sam Benning (sambenni) - Shady Side Academy Senior School

0 commit comments

Comments
 (0)