Skip to content

Commit 4208870

Browse files
authored
Merge pull request #1 from Human-Augment-Analytics/setup
Setup initial project templates and add README
2 parents 56c15e0 + 2d9b841 commit 4208870

25 files changed

Lines changed: 564 additions & 2 deletions

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# haag-project-explorer
2-
Metadata for HAAG research projects to display on HAAG website.
1+
# HAAG Project Explorer
2+
Metadata for HAAG research projects to display on the HAAG website.
3+
4+
## Template
5+
```yaml
6+
id: project-id
7+
name: Project Title
8+
status: active # Research status. active | completed | pending | archived
9+
visibility: private # For code visibility. public (for open-source projects) | private (if not to be publicly visible at this time)
10+
faculty: # PI / Faculty
11+
-
12+
researchers: # List research contributors here
13+
-
14+
-
15+
advisors: # List computational advisors if any exist on the project
16+
-
17+
-
18+
summary: > # Summarize the project
19+
Summary here.
20+
tags: # Optional for now, but will be used to categorize the projects into groupings (such as unit groups)
21+
-
22+
-
23+
links:
24+
github: https://github.com/... # placeholder, if public
25+
docs: https://example.com/docs # Could be README, wiki, github pages, project website, etc.
26+
publication: https://doi.org/... # If exists/preprint/completed
27+
forum: https://example.com/forum # link to forum - @James Hennessy - await guidance on this
28+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution), or leave blank at this time if there isn't an email distribution that is setup at this time
29+
```
30+
31+
## Example
32+
33+
See `projects/photogrammetry.yml` as an example.

projects/3d-color-modeling.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: 3d-color-modeling
2+
name: 3D Color Modeling
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Arthur Porto
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
- 3D
17+
links:
18+
github: https://github.com/org/... # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/3d-fossils.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: 3d-fossils
2+
name: 3D Fossils
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Arthur Porto
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
- 3D
17+
links:
18+
github: https://github.com/3D-fossils-Haag # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/3d-generative-models.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: 3d-generative-models
2+
name: 3D Generative Models
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Supratik Mukhopadhyay
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
- 3D
17+
links:
18+
github: https://github.com/alannadels/CDDM_Point_Set_Registration # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/ai-for-mental-health.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
id: ai-for-mental-health
2+
name: AI for Mental Health
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Anind Dey
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
- ai
17+
- healthcare
18+
links:
19+
github: https://github.com/senseray-io/senseray.git # placeholder, if public
20+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
21+
publication: https://doi.org/... # If exists/completed
22+
forum: https://example.com/forum # link to forum - @James Hennessy
23+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: animal-detection-spatial
2+
name: Animal Detection - Spatial Camera Trap
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Jenny McGuire
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
-
17+
links:
18+
github: https://github.com/cliff003/HAAG_Spatial_Camera_Trap_Fall2025 # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/animal-detection.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: animal-detection
2+
name: Animal Detection - Stone Mountain
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Jenny McGuire
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
-
17+
links:
18+
github: https://github.com/Human-Augment-Analytics/stone_mountain_animal_detection # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/bird-audio.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: bird-audio
2+
name: Bird Audio
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Benjamin Freeman
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
-
17+
links:
18+
github: https://github.com/org/... # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/bird-behavior.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: bird-behavior
2+
name: Bird Behavior
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Benjamin Freeman
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
-
17+
links:
18+
github: https://github.com/ncanna/freeman-bird-detection # placeholder, if public
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

projects/charleston-train.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: charleston-train
2+
name: Charleston Train
3+
status: active # active | completed | pending | archived
4+
visibility: private # public | private
5+
faculty:
6+
- Steve Mussmann
7+
researchers:
8+
-
9+
-
10+
advisors:
11+
-
12+
-
13+
summary: >
14+
Summary here.
15+
tags:
16+
-
17+
links:
18+
github: https://github.com/Human-Augment-Analytics/stone_mountain_animal_detection
19+
docs: https://example.com/docs # Could be README, wiki, github pages, etc.
20+
publication: https://doi.org/... # If exists/completed
21+
forum: https://example.com/forum # link to forum - @James Hennessy
22+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution)

0 commit comments

Comments
 (0)