Skip to content

Commit 05202a6

Browse files
committed
Synchronized build
1 parent 943a1aa commit 05202a6

File tree

3 files changed

+44
-49
lines changed

3 files changed

+44
-49
lines changed

cc-search/index.html

+38-48
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ <h4>Q2 2020</h4>
167167
</thead>
168168
<tbody>
169169

170-
<tr>
171-
<th scope="row">OER Planning</th>
172-
<td scope="row">Plan for potential integration of OER into CC Search through research and consideration of potential issues.</td>
173-
</tr>
174-
175170
<tr>
176171
<th scope="row">Improve Search Algorithm with Popularity Data Integration</th>
177172
<td scope="row">Make changes to the search algorithm that incorporate image popularity data gathered from sources that provide it. </td>
@@ -202,18 +197,6 @@ <h4>Q2 2020</h4>
202197
<td scope="row">Manage Catalog deployment and provisioning entirely through infrastructure as code.</td>
203198
</tr>
204199

205-
<tr>
206-
<th scope="row">Use Data Dumps for Wikimedia Ingestion</th>
207-
<td scope="row">Switch our Catalog data ingestion for Wikimedia Commons to use the data dumps provided by Wikimedia instead of the MediaWiki API.</td>
208-
</tr>
209-
210-
<tr>
211-
<th scope="row">Improve Common Crawl Infrastructure</th>
212-
<td scope="row">Update our Common Crawl provider infrastructure to:
213-
(1) use Apache Airflow instead of AWS tools like Data Pipeline &amp; Glue for processing data
214-
(2) unify provider processing to use the same base classes as API providers</td>
215-
</tr>
216-
217200
<tr>
218201
<th scope="row">Improve Documentation for Community Contributors</th>
219202
<td scope="row">Create better documentation for community contributors by consolidating internal and public documentation and making it available for everyone.</td>
@@ -225,23 +208,41 @@ <h4>Q2 2020</h4>
225208
</tr>
226209

227210
<tr>
228-
<th scope="row">User Reporting Strategy &amp; Implementation</th>
229-
<td scope="row">We need a frontend feature where users can report problematic content, backend support, and an internal process for taking action on content that is reported as problematic.</td>
211+
<th scope="row">Design Sprint: Audio UI for CC Search</th>
212+
<td scope="row">Designing and prototyping an upcoming user interface for searching for audio on CC Search.</td>
230213
</tr>
231214

215+
</tbody>
216+
</table>
217+
218+
<h4>Q3 2020</h4>
219+
<table class="table table-striped">
220+
<thead class="thead-dark">
221+
<tr>
222+
<th scope="col">Task Name</th>
223+
<th scope="col">Task Description</th>
224+
</tr>
225+
</thead>
226+
<tbody>
227+
232228
<tr>
233-
<th scope="row">Design Sprint: Audio UI for CC Search</th>
234-
<td scope="row">Designing and prototyping an upcoming user interface for searching for audio on CC Search.</td>
229+
<th scope="row">License Explanation/Compliance Improvements</th>
230+
<td scope="row">Improve how and where we explain licenses, and consider ways to make it easier for reusers to understand and comply with license requirements.</td>
235231
</tr>
236232

237233
<tr>
238-
<th scope="row">Audio Support and Integration</th>
239-
<td scope="row">Design and user test UIs for audio. Ingest a pilot collection of audio to the Catalog, build support in the API. Integrate design to frontend to allow users to search for CC licensed audio.</td>
234+
<th scope="row">Improved Support Pages</th>
235+
<td scope="row">Improve the support pages on CC Search, which includes the Collections page, for a better experience. Add explanation text for collections, improve flow.</td>
240236
</tr>
241237

242238
<tr>
243-
<th scope="row">Internationalization Infrastructure</th>
244-
<td scope="row">Build infrastructure necessary for internationalization, to allow CC Search to be accessible in other languages.</td>
239+
<th scope="row">Offline old CC Search</th>
240+
<td scope="row">Offline Old Search (oldsearch.creativecommons.org) and redirect traffic to CC Search. Prior to this, build in messaging on Old Search, and support similar functionality on CC Search. See &#34;Meta Search Integration&#34; for related work.</td>
241+
</tr>
242+
243+
<tr>
244+
<th scope="row">Design Sprint: Meta Search Integration</th>
245+
<td scope="row">Integrating meta search functionality into CC Search for sources that are not currently indexed, and content types we do not currently support.</td>
245246
</tr>
246247

247248
<tr>
@@ -250,43 +251,32 @@ <h4>Q2 2020</h4>
250251
</tr>
251252

252253
<tr>
253-
<th scope="row">Integration of Design Sprint: License Language Changes</th>
254-
<td scope="row">Integrate License Language Changes into CC Search frontend, which include tooltips on license filters, and adjustments to the language and CTAs on single result pages.</td>
254+
<th scope="row">Internationalization Infrastructure</th>
255+
<td scope="row">Build infrastructure necessary for internationalization, to allow CC Search to be accessible in other languages.</td>
255256
</tr>
256257

257258
<tr>
258-
<th scope="row">Design Sprint: Meta Search Integration</th>
259-
<td scope="row">Integrating meta search functionality into CC Search for sources that are not currently indexed, and content types we do not currently support.</td>
259+
<th scope="row">Audio Support and Integration</th>
260+
<td scope="row">Design and user test UIs for audio. Ingest a pilot collection of audio to the Catalog, build support in the API. Integrate design to frontend to allow users to search for CC licensed audio.</td>
260261
</tr>
261262

262263
<tr>
263-
<th scope="row">Offline old CC Search</th>
264-
<td scope="row">Offline Old Search (oldsearch.creativecommons.org) and redirect traffic to CC Search. Prior to this, build in messaging on Old Search, and support similar functionality on CC Search. See &#34;Meta Search Integration&#34; for related work.</td>
264+
<th scope="row">Improve Common Crawl Infrastructure</th>
265+
<td scope="row">Update our Common Crawl provider infrastructure to:
266+
(1) use Apache Airflow instead of AWS tools like Data Pipeline &amp; Glue for processing data
267+
(2) unify provider processing to use the same base classes as API providers</td>
265268
</tr>
266269

267270
<tr>
268-
<th scope="row">Improved Support Pages</th>
269-
<td scope="row">Improve the support pages on CC Search, which includes the Collections page, for a better experience. Add explanation text for collections, improve flow.</td>
271+
<th scope="row">Use Data Dumps for Wikimedia Ingestion</th>
272+
<td scope="row">Switch our Catalog data ingestion for Wikimedia Commons to use the data dumps provided by Wikimedia instead of the MediaWiki API.</td>
270273
</tr>
271274

272275
<tr>
273-
<th scope="row">License Explanation/Compliance Improvements</th>
274-
<td scope="row">Improve how and where we explain licenses, and consider ways to make it easier for reusers to understand and comply with license requirements.</td>
276+
<th scope="row">OER Planning</th>
277+
<td scope="row">Plan for potential integration of OER into CC Search through research and consideration of potential issues.</td>
275278
</tr>
276279

277-
</tbody>
278-
</table>
279-
280-
<h4>Q3 2020</h4>
281-
<table class="table table-striped">
282-
<thead class="thead-dark">
283-
<tr>
284-
<th scope="col">Task Name</th>
285-
<th scope="col">Task Description</th>
286-
</tr>
287-
</thead>
288-
<tbody>
289-
290280
<tr>
291281
<th scope="row">Web Monetization: Research Phase</th>
292282
<td scope="row">Research, mock up, and user test potential integrations for Web Monetization into CC Search and other CC web properties.</td>

community/community-team/members/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ <h3>Vocabulary</h3>
443443
<td scope="row">Chidiebere Onyegbuchulem</td>
444444
</tr>
445445

446+
<tr>
447+
<td scope="row">Project Member</td>
448+
<td scope="row">Ayan Choudhary</td>
449+
</tr>
450+
446451
<tr>
447452
<td scope="row">Project Contributor</td>
448453
<td scope="row">Tanuj Agarwal</td>

contributing-code/projects/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ <h2>All Active Projects</h2>
12421242

12431243
<td>New WordPress theme for Creative Commons website</td>
12441244

1245-
<td>CSS</td>
1245+
<td>PHP</td>
12461246

12471247
<td>Not specified</td>
12481248

0 commit comments

Comments
 (0)