arXiv/arxiv-submission-core

Metadata clean up for submission

Opened this issue · 1 comments

In the classic system we have various metadata fixes happening after the user submits:

  • PG auto changes
  • Student metadata fixes
  • System metadata flags
  • Admin script bin/report/check_mailing.pl

The goal is to build those into the submission, preferably upfront so the user is aware and approves the changes.

Includes WL-01 and WL-46.

Note some currently automated flags and changes may not be necessary with unicode support.

It looks like the behaviour of the current system includes auto-lowercase of stop words and names like "Andén" (in our system And'en) get turned into "and'en". Possible solutions may be that unicode support makes this moot, but we may also need to watch for this in re-implementation the code for metadata clean up.