-
Notifications
You must be signed in to change notification settings - Fork 19
Fix tag table, name collisions, year fields, README #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
5c11556
d8fd062
77de2ee
ac87501
1080b6f
63be8e8
d21183c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,9 +38,6 @@ | |
| - name: Registered reports track | ||
| tag: RRT | ||
| type: track | ||
| - name: Research projects track | ||
| tag: RPT | ||
| type: track | ||
| - name: Experience papers track | ||
| tag: EXPT | ||
| type: track | ||
|
Comment on lines
38
to
43
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like removing this, but yeah, we would just need to check all the RPT ones.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The original |
||
|
|
@@ -50,7 +47,7 @@ | |
| - name: Reproducibility Studies and Negative Results Track | ||
| tag: RENE | ||
| type: track | ||
|
|
||
| # Others | ||
|
|
||
| - name: Artifact track | ||
|
|
@@ -79,4 +76,7 @@ | |
| type: others | ||
| - name: Fast abstracts track | ||
| tag: FAB | ||
| type: others | ||
| - name: Posters track | ||
| tag: POS | ||
| type: others | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above:
RPT= "Research paper track" is still defined intypes.yml. The duplicate "Research projects track" entry that previously shared the same tag was the one removed. README andtypes.ymlare aligned.