Skip to content

Commit 385c3a0

Browse files
authored
Merge pull request #2 from Human-Augment-Analytics/setup
Update status options and add null guidance
2 parents 4208870 + be385fc commit 385c3a0

25 files changed

Lines changed: 38 additions & 36 deletions

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
# HAAG Project Explorer
2-
Metadata for HAAG research projects to display on the HAAG website.
2+
The goal of this project explorer is to provide visibility into the projects under HAAG. This repository holds the metadata for HAAG research projects that will be displayed on the HAAG website.
33

44
## Template
5+
This is the template to be used to structure the metadata. For fields (such as links) that you want to leave blank, please populate with `null`.
6+
57
```yaml
68
id: project-id
79
name: Project Title
8-
status: active # Research status. active | completed | pending | archived
10+
status: active # Research status. active | completed | preprint | archived
911
visibility: private # For code visibility. public (for open-source projects) | private (if not to be publicly visible at this time)
1012
faculty: # PI / Faculty
1113
-
1214
researchers: # List research contributors here
1315
-
1416
-
15-
advisors: # List computational advisors if any exist on the project
17+
advisors: # List computational advisors if any exist on the project (if none exist, mark as null).
1618
-
1719
-
1820
summary: > # Summarize the project
1921
Summary here.
20-
tags: # Optional for now, but will be used to categorize the projects into groupings (such as unit groups)
22+
tags: # Optional for now, but will be used to categorize the projects into groupings (such as unit groups). If unknown, mark with null.
2123
-
2224
-
2325
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+
github: https://github.com/... # placeholder, if public
27+
docs: https://example.com/docs # Could be README, wiki, github pages, project website, etc.
2628
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+
forum: https://example.com/forum # link to forum - @James Hennessy - leave null for now
30+
contact: mailto:lab@example.edu # Contact to reach out to for interested parties (lab-level email distribution), or leave null at this time if there isn't an email distribution that is setup at this time
2931
```
3032
3133
## Example

projects/3d-color-modeling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: 3d-color-modeling
22
name: 3D Color Modeling
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Arthur Porto

projects/3d-fossils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: 3d-fossils
22
name: 3D Fossils
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Arthur Porto

projects/3d-generative-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: 3d-generative-models
22
name: 3D Generative Models
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Supratik Mukhopadhyay

projects/ai-for-mental-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: ai-for-mental-health
22
name: AI for Mental Health
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Anind Dey

projects/animal-detection-spatial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: animal-detection-spatial
22
name: Animal Detection - Spatial Camera Trap
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Jenny McGuire

projects/animal-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: animal-detection
22
name: Animal Detection - Stone Mountain
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Jenny McGuire

projects/bird-audio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: bird-audio
22
name: Bird Audio
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Benjamin Freeman

projects/bird-behavior.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: bird-behavior
22
name: Bird Behavior
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Benjamin Freeman

projects/charleston-train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: charleston-train
22
name: Charleston Train
3-
status: active # active | completed | pending | archived
3+
status: active # active | completed | preprint | archived
44
visibility: private # public | private
55
faculty:
66
- Steve Mussmann

0 commit comments

Comments
 (0)