<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat/python/tests/files/datacite, branch bnewbold-rust-gen-v5</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/fatcat/atom?h=bnewbold-rust-gen-v5</id>
<link rel='self' href='https://git.bnewbold.net/fatcat/atom?h=bnewbold-rust-gen-v5'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/'/>
<updated>2020-04-22T20:25:36+00:00</updated>
<entry>
<title>datacite: fix type error</title>
<updated>2020-04-22T20:25:36+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-04-22T20:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=e0baeade7924019c5bbd27d9a7c116a1e26854fc'/>
<id>urn:sha1:e0baeade7924019c5bbd27d9a7c116a1e26854fc</id>
<content type='text'>
Up to now, we expected the description to be a string or list. Add
handling for int as well.

First appeared: Apr 22 19:58:39.
</content>
</entry>
<entry>
<title>datacite: fix a raw name constraint violation</title>
<updated>2020-04-20T18:52:10+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-04-20T18:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=7c6febf20c84dd4f5778e1fb02369456f7dad344'/>
<id>urn:sha1:7c6febf20c84dd4f5778e1fb02369456f7dad344</id>
<content type='text'>
It was possible that contribs got added which had no raw name. One
example would be a name consisting of whitespace only.

This fix adds a final check for this case.
</content>
</entry>
<entry>
<title>datacite: add exception for https://www.micropublication.org/</title>
<updated>2020-01-31T00:44:46+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-31T00:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=a42206d2603e28f1311ac3873dc168c78eabffee'/>
<id>urn:sha1:a42206d2603e28f1311ac3873dc168c78eabffee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>datacite: improve date handling and minor tweak</title>
<updated>2020-01-30T12:36:01+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-30T12:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=7dec2d1560ebf5ca6d0d337eb246fe345f6ec0bb'/>
<id>urn:sha1:7dec2d1560ebf5ca6d0d337eb246fe345f6ec0bb</id>
<content type='text'>
Records from https://www.micropublication.org/ did not have a date in
FC, although raw data contained date strings - they were not using the
finer-grained "attributes.date" but "attributes.published" and/or
"attributes.publicationYear".

Support for those fields has been added, including a test case.

During this test (#30) a processing gap for names became clear (author
may have "given_name" and "surname", but no "name"). This bug has been
fixed, too.
</content>
</entry>
<entry>
<title>do not normalize "en dash" in DOI</title>
<updated>2020-01-17T13:03:00+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-17T13:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=53756811572bab0679cb8cee1b9de95e7b29b96a'/>
<id>urn:sha1:53756811572bab0679cb8cee1b9de95e7b29b96a</id>
<content type='text'>
Technically, [...] DOI names may incorporate any printable characters
from the Universal Character Set (UCS-2), of ISO/IEC 10646, which is the
character set defined by Unicode (https://www.doi.org/doi_handbook/2_Numbering.html#2.5.1).

For mostly QA reasons, we currently treat a DOI with an "en dash" as
invalid.
</content>
</entry>
<entry>
<title>datacite: ignore known unknown values in resourceType*</title>
<updated>2020-01-09T15:16:20+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-09T15:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=da1daa8568be65c39265c1819d28e8796785e600'/>
<id>urn:sha1:da1daa8568be65c39265c1819d28e8796785e600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>datacite: abstracts may be strings or list of strings</title>
<updated>2020-01-09T14:36:09+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-09T14:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=6a7591103c7b7d985ad22199138af9378de697f4'/>
<id>urn:sha1:6a7591103c7b7d985ad22199138af9378de697f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>datacite: improve license_slug handling</title>
<updated>2020-01-09T14:02:17+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-09T14:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=ffd2597d5e962e3f3a2ea23c66a135bb737b2390'/>
<id>urn:sha1:ffd2597d5e962e3f3a2ea23c66a135bb737b2390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>datacite: add 'Unknown' to blacklist</title>
<updated>2020-01-09T01:08:08+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-09T01:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=8eab14ac12b17f4965ec5569853bf885ca6aacd2'/>
<id>urn:sha1:8eab14ac12b17f4965ec5569853bf885ca6aacd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>datacite: get rid of schemaVersion</title>
<updated>2020-01-09T01:02:37+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-09T01:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=24ac1dd2f0783583881320ef5fde6540d8530467'/>
<id>urn:sha1:24ac1dd2f0783583881320ef5fde6540d8530467</id>
<content type='text'>
</content>
</entry>
</feed>
