cellannotation / cell-annotation-schema

General, open-standard schema for cell annotations
9 stars 1 forks source link

Update field names #94

Closed mfutey closed 5 months ago

mfutey commented 5 months ago

For MVP-4961:

  1. Updated the following field names:

    "cap_publication_authors_list" -> "authors_list" "cap_publication_timestamp" -> "publication_timestamp" "cap_publication_version" -> "publication_version" "cap_author_name" -> "main_author" "cap_author_orcid" -> "main_author_orcid" "cap_author_contact" -> "main_author_contact"

  2. Changed the order of the fields so that the "cap" fields are grouped together. The only .uns fields with "cap" prefix are:

    "cap_publication_title" "cap_publication_description" "cap_publication_url"

evanbiederstedt commented 5 months ago

Apologies I missed the above; we had a slack discussion

I agree "main" could be a loaded term (whereby academics might think "most important").

Let's remove "main"

mfutey commented 5 months ago

@rm1113 @evanbiederstedt I removed "main" from the author fields and changed "main_author" to "author_name"