-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating some wording #159
Conversation
@@ -64,7 +64,7 @@ class AccordionTitles(models.TextChoices): | |||
CODE = "code", "Code" | |||
DATA = "data", "Data" | |||
DOCUMENTATION = "documentation", "Documentation" | |||
ANALYSIS = "analysis", "Analysis" | |||
PUBLICATIONS_AND_PRESENTATIONS = "publications_and_presentations", "Publications and Presentations" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know what their casing preference is?
I've been erring on the side of sentence case (e.g. "Publications and presentations") not title case (e.g. "Publications and presentations"). I think sentence case is becoming more common these days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the strings we have below this one (RELATED_COURSES
, PROJECT_PEER_REVIEW
) it looks like they're all Title Case, and IIRC, there's a style-guide difference -- For what it's worth, APA recommends title-case for this situation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is this OK to be left as it is? @haydngreatnews @liamjohnston
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good by me
No description provided.