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

Add Rawpixel to authority data as CURATED #744

Closed
zackkrida opened this issue Oct 28, 2021 · 1 comment
Closed

Add Rawpixel to authority data as CURATED #744

zackkrida opened this issue Oct 28, 2021 · 1 comment
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing user-facing feature good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: ingestion server Related to the ingestion/data refresh server 🔧 tech: django Involves Django 🐍 tech: python Involves Python

Comments

@zackkrida
Copy link
Member

zackkrida commented Oct 28, 2021

Rawpixel is a curated source of CC0 images, the results seem particularly good. Regardless of result quality, they should likely be classified as a CURATED collection in the https://github.com/WordPress/openverse/blob/cf62650ca3528acc599ab755e1397a2adffe01a3/ingestion_server/ingestion_server/authority.py code.

Description

Add "rawpixel": AuthorityTypes.CURATED to the authority_types dictionary:

authority_types = {
"flickr": AuthorityTypes.SOCIAL_MEDIA,
"behance": AuthorityTypes.SOCIAL_MEDIA,
"thingiverse": AuthorityTypes.SOCIAL_MEDIA,
"sketchfab": AuthorityTypes.SOCIAL_MEDIA,
"deviantart": AuthorityTypes.SOCIAL_MEDIA,
"thorvaldsensmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"svgsilh": AuthorityTypes.CULTURAL_INSTITUTION,
"smithsonian": AuthorityTypes.CULTURAL_INSTITUTION,
"rijksmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"museumsvictoria": AuthorityTypes.CULTURAL_INSTITUTION,
"met": AuthorityTypes.CULTURAL_INSTITUTION,
"mccordsmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"digitaltmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"clevelandmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"brooklynmuseum": AuthorityTypes.CULTURAL_INSTITUTION,
"stocksnap": AuthorityTypes.CURATED,
}

@zackkrida zackkrida added 🟩 priority: low Low priority and doesn't need to be rushed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work ✨ goal: improvement Improvement to an existing user-facing feature 💻 aspect: code Concerns the software code in the repository labels Oct 28, 2021
@zackkrida zackkrida changed the title Add Rawpixel to authority data Add Rawpixel to authority data as CURATED Oct 28, 2021
@obulat obulat added 🐍 tech: python Involves Python 🔧 tech: django Involves Django and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Mar 18, 2022
@obulat obulat transferred this issue from WordPress/openverse-api Feb 22, 2023
@obulat obulat added 🧱 stack: ingestion server Related to the ingestion/data refresh server and removed 🧱 stack: backend labels Mar 20, 2023
dhruvkb pushed a commit that referenced this issue Apr 14, 2023
* Rename reporting module

* Add reporting slack method

* Add reporting to first few steps

* Add reporting step to monthly start via wrapper

* Rename test file

* Add tests

* Use "update" over "refresh"

* Fix documentation
@obulat obulat added good first issue New-contributor friendly help wanted Open to participation from the community labels Jun 19, 2023
rawpixel-vincent added a commit to rawpixel-vincent/openverse that referenced this issue Jan 16, 2024
@obulat
Copy link
Contributor

obulat commented Mar 19, 2024

Fixed in #3668

@obulat obulat closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing user-facing feature good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: ingestion server Related to the ingestion/data refresh server 🔧 tech: django Involves Django 🐍 tech: python Involves Python
Projects
Archived in project
Development

No branches or pull requests

2 participants