Skip to content

Commit b148ca8

Browse files
committed
Synchronized build
1 parent 935b81a commit b148ca8

File tree

1 file changed

+30
-25
lines changed

1 file changed

+30
-25
lines changed

cc-search/index.html

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

175175
<tr>
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>
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>
178178
</tr>
179179

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>
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>
183+
</tr>
192184

193185
<tr>
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>
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>
189+
190+
<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>
196193
</tr>
197194

198195
<tr>
@@ -206,15 +203,28 @@ <h4>Q3 2020</h4>
206203
</tr>
207204

208205
<tr>
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>
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>
211208
</tr>
212209

213210
<tr>
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>
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>
216213
</tr>
217214

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+
218228
<tr>
219229
<th scope="row">License Explanation/Compliance Improvements</th>
220230
<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>
@@ -250,11 +260,6 @@ <h4>Q3 2020</h4>
250260
<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>
251261
</tr>
252262

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-
258263
<tr>
259264
<th scope="row">Improve Common Crawl Infrastructure</th>
260265
<td scope="row">Update our Common Crawl provider infrastructure to:

0 commit comments

Comments
 (0)