-
Notifications
You must be signed in to change notification settings - Fork 1
Prepare EML for GBIF upload #83
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
base: main
Are you sure you want to change the base?
Conversation
I also think it's best to remove the external link to IMIS (like |
And I would remove all emails of all creators/contacts, since there are still some odd emails there. ORCID is sufficient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The last paragraph in the description (that is added with our write_eml()
function) has escaped HTML characters. I think we should wrap that in <![CDATA[
.
I updated the script so to wrap more paragraphs with (I forgot about this issue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last paragraph <![CDATA[
has escaped characters, rather than <![CDATA[
. I don't think this will work in IPT import. 😬
- ![CDATA[ ]]> wrappers are not needed anymore - lists of paragraphs ara replaced by <p></p> tags
As we discussed and tested yesterday on the IPT:
|
Sometimes the <p></p> tags are missing in the source eml. This solves that problem.
This script prepares EML data extracted from IMIS for upload to a GBIF IPT.