Skip to content

Commit 935b81a

Browse files
committed
Synchronized build
1 parent 05202a6 commit 935b81a

File tree

2 files changed

+26
-31
lines changed

2 files changed

+26
-31
lines changed

cc-search/index.html

+25-30
Original file line numberDiff line numberDiff line change
@@ -173,23 +173,26 @@ <h4>Q2 2020</h4>
173173
</tr>
174174

175175
<tr>
176-
<th scope="row">Plan search algorithm changes for new metadata [AWS Grant]</th>
177-
<td scope="row">Plan out search algorithm changes to incorporate image metadata generated via AWS Rekognition.</td>
178-
</tr>
179-
180-
<tr>
181-
<th scope="row">Catalog Infrastructure Improvements</th>
182-
<td scope="row">Improve data processing infrastructure in the Catalog by parallelizing loading and moving storage of data files from providers to S3.</td>
176+
<th scope="row">Move data cleaning pipeline from API to Catalog</th>
177+
<td scope="row">Move our data cleaning code from the ingestion step of the API to the initial data processing step of the Catalog to eliminate unnecessary repetitive data cleaning.</td>
183178
</tr>
184179

185-
<tr>
186-
<th scope="row">Implement architecture for schema for new metadata [AWS Grant]</th>
187-
<td scope="row">Update Catalog schema to include new metadata generated through AWS Rekognition.</td>
188-
</tr>
180+
</tbody>
181+
</table>
182+
183+
<h4>Q3 2020</h4>
184+
<table class="table table-striped">
185+
<thead class="thead-dark">
186+
<tr>
187+
<th scope="col">Task Name</th>
188+
<th scope="col">Task Description</th>
189+
</tr>
190+
</thead>
191+
<tbody>
189192

190193
<tr>
191-
<th scope="row">Image Selection for Rekognition [AWS Grant]</th>
192-
<td scope="row">Develop metrics for and select a set of ~100 million high quality images for which we&#39;ll generate additional metadata through AWS Rekognition.</td>
194+
<th scope="row">Design Sprint: Audio UI for CC Search</th>
195+
<td scope="row">Designing and prototyping an upcoming user interface for searching for audio on CC Search.</td>
193196
</tr>
194197

195198
<tr>
@@ -203,28 +206,15 @@ <h4>Q2 2020</h4>
203206
</tr>
204207

205208
<tr>
206-
<th scope="row">Move data cleaning pipeline from API to Catalog</th>
207-
<td scope="row">Move our data cleaning code from the ingestion step of the API to the initial data processing step of the Catalog to eliminate unnecessary repetitive data cleaning.</td>
209+
<th scope="row">Plan search algorithm changes for new metadata [AWS Grant]</th>
210+
<td scope="row">Plan out search algorithm changes to incorporate image metadata generated via AWS Rekognition.</td>
208211
</tr>
209212

210213
<tr>
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>
214+
<th scope="row">Implement architecture for schema for new metadata [AWS Grant]</th>
215+
<td scope="row">Update Catalog schema to include new metadata generated through AWS Rekognition.</td>
213216
</tr>
214217

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-
228218
<tr>
229219
<th scope="row">License Explanation/Compliance Improvements</th>
230220
<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>
@@ -260,6 +250,11 @@ <h4>Q3 2020</h4>
260250
<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>
261251
</tr>
262252

253+
<tr>
254+
<th scope="row">Image Selection for Rekognition [AWS Grant]</th>
255+
<td scope="row">Develop metrics for and select a set of ~100 million high quality images for which we&#39;ll generate additional metadata through AWS Rekognition.</td>
256+
</tr>
257+
263258
<tr>
264259
<th scope="row">Improve Common Crawl Infrastructure</th>
265260
<td scope="row">Update our Common Crawl provider infrastructure to:

contributing-code/projects/index.html

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

12581258
<td></td>
12591259

1260-
<td></td>
1260+
<td>PHP</td>
12611261

12621262
<td><a href="https://github.com/creativecommons/wp-theme-summit/blob/master/LICENSE">GNU General Public License v2.0</a></td>
12631263

0 commit comments

Comments
 (0)