Skip to content
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

Use consistent "camel case" for field names #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alanorth
Copy link
Collaborator

This changes several metadata field names to follow a consistent "camel case" format used in Dublin Core and elsewhere in CG Core:

  • cg.peer-reviewed → cg.peerReviewed
  • cg.howpublished → cg.howPublished
  • cg.booktitle → cg.bookTitle
  • cg.HasMetadata → cg.hasMetadata

Closes #31

@alanorth alanorth added this to the CG Core v2.1 milestone Jan 19, 2021
@alanorth
Copy link
Collaborator Author

alanorth commented Jan 19, 2021

Rebased on top of #35. Do not merge until that is merged.

Edit: I merged #35 since it was a minor issue. This pull request is ready to be merged now.

@alanorth alanorth force-pushed the camel-case branch 2 times, most recently from e936dec to 7c2d363 Compare January 19, 2021 20:32
This changes several metadata field names to follow a consistent
"camel case" format used in Dublin Core and elsewhere in CG Core:

 - cg.peer-reviewed → cg.peerReviewed
 - cg.howpublished → cg.howPublished
 - cg.booktitle → cg.bookTitle
 - cg.HasMetadata → cg.hasMetadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use consistent formatting of metadata field names
1 participant