-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Bulk Correction to Paper Metadata | ||
description: Fix typos or errors in a paper's title, abstract, or author names. | ||
labels: ["correction", "metadata"] | ||
assignees: | ||
- anthology-assist | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
This form will list the title, abstract, and authors in structured YAML. You can manipulate this YAML to make corrections, such as adjusting a title, correcting an author name, adding a missing author, or reordering names. After verification from Anthology staff, these corrections will be applied in weekly batches and made live. | ||
- type: textarea | ||
id: data | ||
attributes: | ||
label: YAML code block | ||
description: Please make corrections below. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Note:** If you request an author name correction for yourself, please also make sure that your name is correctly entered into Softconf/OpenReview for any future publications, as this is where we obtain the author names from. |