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

Question about ACL profiles - needed for changes to OpenReview #3112

Closed
jkkummerfeld opened this issue Mar 7, 2024 · 2 comments
Closed

Question about ACL profiles - needed for changes to OpenReview #3112

jkkummerfeld opened this issue Mar 7, 2024 · 2 comments
Assignees

Comments

@jkkummerfeld
Copy link
Contributor

ARR is working with the team at OpenReview to add to OpenReview profiles a place for people to record a link to their ACL Anthology profile.

Is this regex an accurate description of the URLs for ACL Anthology profiles? It will be used to constrain what people can enter into the box.

^https:\/\/aclanthology\.org\/people\/[a-z]\/.+$

Once people fill in these links in their profiles it will be very helpful information for us.

@mbollmann
Copy link
Member

That looks correct, and could currently be constrained even further to

^https:\/\/aclanthology\.org\/people\/[a-z]\/[a-z0-9\-]+/$

However, you might want to consider making the regex less strict and just using:

^https:\/\/aclanthology\.org\/people\/.+$

This is because we have long considered using ORCIDs as part of the URL to disambiguate authors (#623), and even though things are moving slowly, there’s already a concrete proposal for this (#1179) that would drop the "single letter" part from the URL.

@jkkummerfeld
Copy link
Contributor Author

Good to know! We'll go with the more flexible one then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants