You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: