Skip to content

Commit e51b2c1

Browse files
authored
Update contents.lr
Reduce scope of audio outreachy/gsoc project
1 parent fa1e93b commit e51b2c1

File tree

1 file changed

+1
-10
lines changed
  • content/internships/project-ideas-collection/add-audio

1 file changed

+1
-10
lines changed

content/internships/project-ideas-collection/add-audio/contents.lr

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ _hidden: yes
55
title: Add Audio to the CC Catalog & CC Search
66
---
77
problem:
8-
Currently, [CC Search](https://search.creativecommons.org/) and the [CC Catalog API](https://api.creativecommons.engineering/) only support image search. We’d like to add more content types, especially audio. This would involve indexing audio sources in the CC Catalog, adding new endpoints to the CC Catalog API, and adding a UI to browse and search for audio in CC Search.
8+
Currently, [CC Search](https://search.creativecommons.org/) and the [CC Catalog API](https://api.creativecommons.engineering/) only support image search. We’d like to add more content types, especially audio. This would involve indexing audio sources in the CC Catalog and adding new endpoints to the CC Catalog API (user interface changes are out of scope for this project.)
99
---
1010
expected_outcome:
1111
* There would be scripts in the [CC Catalog](https://github.com/creativecommons/cccatalog) repository that index metadata related to openly licensed audio files and add it to our database.
1212
* The [CC Catalog API](https://api.creativecommons.engineering/) would have a set of endpoints that allowed searching for and browsing audio files.
13-
* If time permits, there would be a UI to browse and search for audio in [CC Search](https://search.creativecommons.org/).
1413
---
1514
internship_tasks:
1615
* Work with CC’s data engineer to define and implement a database schema for collecting audio file metadata.
1716
* Write scripts to ingest audio file metadata from open repositories such as [Freesound](https://freesound.org/), [Free Music Archive](https://freemusicarchive.org/), etc.
1817
* Implement additional API endpoints on the CC Catalog API to expose audio data.
19-
* Work with CC’s Director of Product and CC’s UX designer on design mockups for adding audio to CC Search.
20-
* Add components as needed to [Vocabulary](http://opensource.creativecommons.org/cc-vocabulary/) and [Vue Vocabulary](https://cc-vue-vocabulary.netlify.com/), in collaboration with CC’s UX designer
21-
* Implement the designs in CC Search using Vocabulary and Vue Vocabulary.
2218
---
2319
application_tips:
2420
* Include potential database schemas in your application.
@@ -29,11 +25,6 @@ resources:
2925
* [CC Catalog API documentation](https://api.creativecommons.engineering/)
3026
* [CC Catalog API code](https://github.com/creativecommons/cccatalog-api)
3127
* [CC Search](https://search.creativecommons.org/)
32-
* [CC Search code](https://github.com/creativecommons/cccatalog-frontend)
33-
* [Vocabulary landing page](http://opensource.creativecommons.org/cc-vocabulary/)
34-
* [Vocabulary code](https://github.com/creativecommons/vocabulary)
35-
* [Vue Vocabulary landing page](https://cc-vue-vocabulary.netlify.com/)
36-
* [Vue Vocabulary code](https://github.com/creativecommons/vue-vocabulary)
3728
* Music sources: [Freesound](https://freesound.org/), [Free Music Archive](https://freemusicarchive.org/)
3829
* [Blog about Freesound on CC Open Source blog](https://opensource.creativecommons.org/blog/entries/freesound-intro/)
3930
---

0 commit comments

Comments
 (0)