Update notes

This commit is contained in:
2024-08-07 08:54:13 -07:00
parent 89d1b61442
commit 64b8957945
152 changed files with 206 additions and 191 deletions

View File

@ -49,4 +49,10 @@ id=181 AND h.resource_type_id=2 AND h.resource_id IN (SELECT uuid FROM item WHER
COPY 396
```
## 2024-07-18
- I experimented with adding a regular expression to validate DOIs to the submission form
- It is a slightly modified version of the one found here: https://stackoverflow.com/questions/27910/finding-a-doi-in-a-document-or-page
- I decided it will probably be confusing to people and will have limited benefit, since we are normalizing most forms of DOIs to our preferred form after submission anyway
<!-- vim: set sw=2 ts=2: -->