Skip to content

Instantly share code, notes, and snippets.

@kjgarza
Last active July 4, 2023 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjgarza/30558b663d4fd36e7d9970a6b5bdebe6 to your computer and use it in GitHub Desktop.
Save kjgarza/30558b663d4fd36e7d9970a6b5bdebe6 to your computer and use it in GitHub Desktop.
palleter for fair island spec
{
"Dataset": {
"color": "#1f77b4",
"reason": "As specified"
},
"Audiovisual": {
"color": "#aec7e8",
"reason": "Representing the color of screens"
},
"Book": {
"color": "#ff7f0e",
"reason": "Like an old book cover"
},
"BookChapter": {
"color": "#ffbb78",
"reason": "Similar to a book but less so"
},
"Collection": {
"color": "#d62728",
"reason": "Like a collection of roses"
},
"ComputationalNotebook": {
"color": "#ff9896",
"reason": "A little different from Collection"
},
"ConferencePaper": {
"color": "#9467bd",
"reason": "Representing academia and scholarship"
},
"ConferenceProceeding": {
"color": "#c5b0d5",
"reason": "A less formal version of ConferencePaper"
},
"DataPaper": {
"color": "#8c564b",
"reason": "Like an old paper"
},
"Dissertation": {
"color": "#c49c94",
"reason": "Similar to DataPaper"
},
"Event": {
"color": "#e377c2",
"reason": "Representing celebration and fun"
},
"Image": {
"color": "#f7b6d2",
"reason": "Similar to Event"
},
"InteractiveResource": {
"color": "#7f7f7f",
"reason": "Like a user interface"
},
"Journal": {
"color": "#c7c7c7",
"reason": "Like a journal cover"
},
"JournalArticle": {
"color": "#bcbd22",
"reason": "Differentiating it from Journal"
},
"Model": {
"color": "#dbdb8d",
"reason": "Similar to JournalArticle"
},
"OutputManagementPlan": {
"color": "#17becf",
"reason": "Representing planning and clarity"
},
"PeerReview": {
"color": "#9edae5",
"reason": "Similar to OutputManagementPlan"
},
"PhysicalObject": {
"color": "#3182bd",
"reason": "Representing physicality and tangibility"
},
"Preprint": {
"color": "#6baed6",
"reason": "Representing the preliminary nature of preprints"
},
"Report": {
"color": "#9ecae1",
"reason": "Like a formal report cover"
},
"Service": {
"color": "#c6dbef",
"reason": "Representing service which is softer than a hard product"
},
"Software": {
"color": "#e6550d",
"reason": "Standing out as software often does"
},
"Sound": {
"color": "#fd8d3c",
"reason": "Representing the vibrancy of sound"
},
"Standard": {
"color": "#fdae6b",
"reason": "Representing formality and authority"
},
"Text": {
"color": "#fdd0a2",
"reason": "As specified"
},
"Workflow": {
"color": "#9f4639",
"reason": "brown, representing the earthy, practical nature of workflows"
},
"Other": {
"color": "#c59088",
"reason": "light brown, an intermediate color for things that don't fit elsewhere"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment