ror-community / ror-updates

Central tracking for updates to ROR
57 stars 9 forks source link

Modify the information in an existing ROR record: https://ror.org/0329ynx05 #15371

Open tilfischer opened 3 weeks ago

tilfischer commented 3 weeks ago

Summary of request: Modify the information in an existing ROR record

Update record: Name of organization: German Federal Environment Agency ROR ID: https://ror.org/0329ynx05 Which part of the record needs to be changed? English name of organization. Description of change: Federal needs to be removed from the name, see UBA web page on Corporate Design and the PDF linked on that page on page 18, which states German Environment Agency

JSON snippet of updated record would look like this:

{
    ...
    "names": [
        {
            "lang": "en",
            "types": [
                "ror_display",
                "label"
            ],
            "value": "German Environment Agency"
        },
    ],
...
}

Best

Update: ror_display.replace==German Environment Agencyen | label.replace==German Environment Agencyen; Umweltbundesamtde | alias.add==German Federal Environment Agencyen | website.replace==https://www.umweltbundesamt.de | domains.add==umweltbundesamt.de$

rileymmarsh commented 1 week ago

Updating website with domain and removing language tag as well.

tilfischer commented 4 days ago

@rileymmarsh : Thank you for your reply. I have seen your edit of my post

Update: ror_display.replace==German Environment Agencyen | label.replace==German Environment Agencyen; Umweltbundesamtde | alias.add==German Federal Environment Agencyen | website.replace==https://www.umweltbundesamt.de/ | domains.add==umweltbundesamt.de$

Is Agencyen a typo? The English name of the organisation is German Environment Agency. The German name of the organisation is Umweltbundesamt.

Best