1. Modify the `DataCiteDoiHelper` to include a function to build the following description for the publishing payload: ``` "descriptions": [ { "lang": "en-US", "description": <dataset.description>, "descriptionType": "Abstract" } ] ``` 2. Write a script to modify existing DOIs to update the description (https://support.datacite.org/docs/updating-metadata-with-the-rest-api)