Skip to content

Commit 4f40146

Browse files
committed
Synchronized build
1 parent 52923a2 commit 4f40146

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed

internships/project-ideas/all/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,17 @@ <h1 class="page-title pb-3 mb-4">Open Source Internships: Project Ideas</h1>
200200
<div class="project-idea-card m-1 mb-4">
201201
<h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the CC Catalog &amp; CC Search</a></h5>
202202
<ul class="list-group list-group-flush">
203-
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.</p>
203+
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.)</p>
204204
</li>
205205
<li class="list-group-item"><strong>Expected Outcome:</strong> <ul>
206206
<li>There would be scripts in the <a href="https://github.com/creativecommons/cccatalog">CC Catalog</a> repository that index metadata related to openly licensed audio files and add it to our database.</li>
207207
<li>The <a href="https://api.creativecommons.engineering/">CC Catalog API</a> would have a set of endpoints that allowed searching for and browsing audio files.</li>
208-
<li>If time permits, there would be a UI to browse and search for audio in <a href="https://search.creativecommons.org/">CC Search</a>.</li>
209208
</ul>
210209
</li>
211210
<li class="list-group-item"><strong>Internship Tasks:</strong> <ul>
212211
<li>Work with CC’s data engineer to define and implement a database schema for collecting audio file metadata.</li>
213212
<li>Write scripts to ingest audio file metadata from open repositories such as <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a>, etc.</li>
214213
<li>Implement additional API endpoints on the CC Catalog API to expose audio data.</li>
215-
<li>Work with CC’s Director of Product and CC’s UX designer on design mockups for adding audio to CC Search.</li>
216-
<li>Add components as needed to <a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary</a> and <a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary</a>, in collaboration with CC’s UX designer</li>
217-
<li>Implement the designs in CC Search using Vocabulary and Vue Vocabulary.</li>
218214
</ul>
219215
</li>
220216
<li class="list-group-item"><strong>Application Tips:</strong> <ul>
@@ -227,11 +223,6 @@ <h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the
227223
<li><a href="https://api.creativecommons.engineering/">CC Catalog API documentation</a></li>
228224
<li><a href="https://github.com/creativecommons/cccatalog-api">CC Catalog API code</a></li>
229225
<li><a href="https://search.creativecommons.org/">CC Search</a></li>
230-
<li><a href="https://github.com/creativecommons/cccatalog-frontend">CC Search code</a></li>
231-
<li><a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary landing page</a></li>
232-
<li><a href="https://github.com/creativecommons/vocabulary">Vocabulary code</a></li>
233-
<li><a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary landing page</a></li>
234-
<li><a href="https://github.com/creativecommons/vue-vocabulary">Vue Vocabulary code</a></li>
235226
<li>Music sources: <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a></li>
236227
<li><a href="https://opensource.creativecommons.org/blog/entries/freesound-intro/">Blog about Freesound on CC Open Source blog</a></li>
237228
</ul>

internships/project-ideas/difficulty-medium/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,17 @@ <h1 class="page-title pb-3 mb-4">Open Source Internships: Project Ideas</h1>
194194
<div class="project-idea-card m-1 mb-4">
195195
<h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the CC Catalog &amp; CC Search</a></h5>
196196
<ul class="list-group list-group-flush">
197-
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.</p>
197+
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.)</p>
198198
</li>
199199
<li class="list-group-item"><strong>Expected Outcome:</strong> <ul>
200200
<li>There would be scripts in the <a href="https://github.com/creativecommons/cccatalog">CC Catalog</a> repository that index metadata related to openly licensed audio files and add it to our database.</li>
201201
<li>The <a href="https://api.creativecommons.engineering/">CC Catalog API</a> would have a set of endpoints that allowed searching for and browsing audio files.</li>
202-
<li>If time permits, there would be a UI to browse and search for audio in <a href="https://search.creativecommons.org/">CC Search</a>.</li>
203202
</ul>
204203
</li>
205204
<li class="list-group-item"><strong>Internship Tasks:</strong> <ul>
206205
<li>Work with CC’s data engineer to define and implement a database schema for collecting audio file metadata.</li>
207206
<li>Write scripts to ingest audio file metadata from open repositories such as <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a>, etc.</li>
208207
<li>Implement additional API endpoints on the CC Catalog API to expose audio data.</li>
209-
<li>Work with CC’s Director of Product and CC’s UX designer on design mockups for adding audio to CC Search.</li>
210-
<li>Add components as needed to <a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary</a> and <a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary</a>, in collaboration with CC’s UX designer</li>
211-
<li>Implement the designs in CC Search using Vocabulary and Vue Vocabulary.</li>
212208
</ul>
213209
</li>
214210
<li class="list-group-item"><strong>Application Tips:</strong> <ul>
@@ -221,11 +217,6 @@ <h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the
221217
<li><a href="https://api.creativecommons.engineering/">CC Catalog API documentation</a></li>
222218
<li><a href="https://github.com/creativecommons/cccatalog-api">CC Catalog API code</a></li>
223219
<li><a href="https://search.creativecommons.org/">CC Search</a></li>
224-
<li><a href="https://github.com/creativecommons/cccatalog-frontend">CC Search code</a></li>
225-
<li><a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary landing page</a></li>
226-
<li><a href="https://github.com/creativecommons/vocabulary">Vocabulary code</a></li>
227-
<li><a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary landing page</a></li>
228-
<li><a href="https://github.com/creativecommons/vue-vocabulary">Vue Vocabulary code</a></li>
229220
<li>Music sources: <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a></li>
230221
<li><a href="https://opensource.creativecommons.org/blog/entries/freesound-intro/">Blog about Freesound on CC Open Source blog</a></li>
231222
</ul>

internships/project-ideas/skill-javascript/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,21 +196,17 @@ <h1 class="page-title pb-3 mb-4">Open Source Internships: Project Ideas</h1>
196196
<div class="project-idea-card m-1 mb-4">
197197
<h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the CC Catalog &amp; CC Search</a></h5>
198198
<ul class="list-group list-group-flush">
199-
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.</p>
199+
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.)</p>
200200
</li>
201201
<li class="list-group-item"><strong>Expected Outcome:</strong> <ul>
202202
<li>There would be scripts in the <a href="https://github.com/creativecommons/cccatalog">CC Catalog</a> repository that index metadata related to openly licensed audio files and add it to our database.</li>
203203
<li>The <a href="https://api.creativecommons.engineering/">CC Catalog API</a> would have a set of endpoints that allowed searching for and browsing audio files.</li>
204-
<li>If time permits, there would be a UI to browse and search for audio in <a href="https://search.creativecommons.org/">CC Search</a>.</li>
205204
</ul>
206205
</li>
207206
<li class="list-group-item"><strong>Internship Tasks:</strong> <ul>
208207
<li>Work with CC’s data engineer to define and implement a database schema for collecting audio file metadata.</li>
209208
<li>Write scripts to ingest audio file metadata from open repositories such as <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a>, etc.</li>
210209
<li>Implement additional API endpoints on the CC Catalog API to expose audio data.</li>
211-
<li>Work with CC’s Director of Product and CC’s UX designer on design mockups for adding audio to CC Search.</li>
212-
<li>Add components as needed to <a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary</a> and <a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary</a>, in collaboration with CC’s UX designer</li>
213-
<li>Implement the designs in CC Search using Vocabulary and Vue Vocabulary.</li>
214210
</ul>
215211
</li>
216212
<li class="list-group-item"><strong>Application Tips:</strong> <ul>
@@ -223,11 +219,6 @@ <h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the
223219
<li><a href="https://api.creativecommons.engineering/">CC Catalog API documentation</a></li>
224220
<li><a href="https://github.com/creativecommons/cccatalog-api">CC Catalog API code</a></li>
225221
<li><a href="https://search.creativecommons.org/">CC Search</a></li>
226-
<li><a href="https://github.com/creativecommons/cccatalog-frontend">CC Search code</a></li>
227-
<li><a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary landing page</a></li>
228-
<li><a href="https://github.com/creativecommons/vocabulary">Vocabulary code</a></li>
229-
<li><a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary landing page</a></li>
230-
<li><a href="https://github.com/creativecommons/vue-vocabulary">Vue Vocabulary code</a></li>
231222
<li>Music sources: <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a></li>
232223
<li><a href="https://opensource.creativecommons.org/blog/entries/freesound-intro/">Blog about Freesound on CC Open Source blog</a></li>
233224
</ul>

internships/project-ideas/skill-python/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,21 +192,17 @@ <h1 class="page-title pb-3 mb-4">Open Source Internships: Project Ideas</h1>
192192
<div class="project-idea-card m-1 mb-4">
193193
<h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the CC Catalog &amp; CC Search</a></h5>
194194
<ul class="list-group list-group-flush">
195-
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.</p>
195+
<li class="list-group-item"><strong>The Problem:</strong> <p>Currently, <a href="https://search.creativecommons.org/">CC Search</a> and the <a href="https://api.creativecommons.engineering/">CC Catalog API</a> 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.)</p>
196196
</li>
197197
<li class="list-group-item"><strong>Expected Outcome:</strong> <ul>
198198
<li>There would be scripts in the <a href="https://github.com/creativecommons/cccatalog">CC Catalog</a> repository that index metadata related to openly licensed audio files and add it to our database.</li>
199199
<li>The <a href="https://api.creativecommons.engineering/">CC Catalog API</a> would have a set of endpoints that allowed searching for and browsing audio files.</li>
200-
<li>If time permits, there would be a UI to browse and search for audio in <a href="https://search.creativecommons.org/">CC Search</a>.</li>
201200
</ul>
202201
</li>
203202
<li class="list-group-item"><strong>Internship Tasks:</strong> <ul>
204203
<li>Work with CC’s data engineer to define and implement a database schema for collecting audio file metadata.</li>
205204
<li>Write scripts to ingest audio file metadata from open repositories such as <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a>, etc.</li>
206205
<li>Implement additional API endpoints on the CC Catalog API to expose audio data.</li>
207-
<li>Work with CC’s Director of Product and CC’s UX designer on design mockups for adding audio to CC Search.</li>
208-
<li>Add components as needed to <a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary</a> and <a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary</a>, in collaboration with CC’s UX designer</li>
209-
<li>Implement the designs in CC Search using Vocabulary and Vue Vocabulary.</li>
210206
</ul>
211207
</li>
212208
<li class="list-group-item"><strong>Application Tips:</strong> <ul>
@@ -219,11 +215,6 @@ <h2 class="card-header project-idea-header"><a name="add-audio">Add Audio to the
219215
<li><a href="https://api.creativecommons.engineering/">CC Catalog API documentation</a></li>
220216
<li><a href="https://github.com/creativecommons/cccatalog-api">CC Catalog API code</a></li>
221217
<li><a href="https://search.creativecommons.org/">CC Search</a></li>
222-
<li><a href="https://github.com/creativecommons/cccatalog-frontend">CC Search code</a></li>
223-
<li><a href="http://opensource.creativecommons.org/cc-vocabulary/">Vocabulary landing page</a></li>
224-
<li><a href="https://github.com/creativecommons/vocabulary">Vocabulary code</a></li>
225-
<li><a href="https://cc-vue-vocabulary.netlify.com/">Vue Vocabulary landing page</a></li>
226-
<li><a href="https://github.com/creativecommons/vue-vocabulary">Vue Vocabulary code</a></li>
227218
<li>Music sources: <a href="https://freesound.org/">Freesound</a>, <a href="https://freemusicarchive.org/">Free Music Archive</a></li>
228219
<li><a href="https://opensource.creativecommons.org/blog/entries/freesound-intro/">Blog about Freesound on CC Open Source blog</a></li>
229220
</ul>

0 commit comments

Comments
 (0)