Skip to content
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

Including editor affiliation information in conference.yaml file #133

Open
xinru1414 opened this issue Dec 14, 2022 · 0 comments
Open

Including editor affiliation information in conference.yaml file #133

xinru1414 opened this issue Dec 14, 2022 · 0 comments

Comments

@xinru1414
Copy link

xinru1414 commented Dec 14, 2022

Starting with EMNLP 2022, we include author affiliation information on ACL anthology (see this ingestion ticket ). Such information can be extracted from papers.yaml file. However, editors affiliation information is currently missing in the conference.yaml file.

Proposed solution:

  1. Include editor affiliation flag in the conference.yaml file for future conferences so that such information can be ingested. The editor field in the conference.yaml file should look like this:
editors:
  - first_name:
    last_name:
    affiliation:
  - first_name: 
    last_name:
    affiliation:
  1. For the sake of consistency, only use affiliation flag in both conference.yaml and papers.yaml files for future conferences. Currently some venues use institution instead of affiliation in the papers.yaml file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant