Skip to content

Commit 4f190df

Browse files
committed
Synchronized build
1 parent b148ca8 commit 4f190df

File tree

4 files changed

+28
-33
lines changed

4 files changed

+28
-33
lines changed

archives/old-tech-blog/entries/the-easiest-way-yet-to-integrate-cc-licensing/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h2 class="mb-0">The easiest way yet to integrate CC licensing into a web app (p
155155
on Thursday, 2007-07-19</p>
156156

157157
<div class="body"><p>I've been working for the past week or so on a JavaScript licensing widget that has been <a href="http://wiki.creativecommons.org/JsWidget">suggested on our wiki</a>. It's a new way to integrate CC licensing into your web application. It's really as easy as pie: Just add the following tag somewhere in the body:</p>
158-
<blockquote><script src="http://api.creativecommons.org/jswidget/tags/0.1/complete.js" />
158+
<blockquote><script src="https://api.creativecommons.org/jswidget/tags/0.1/complete.js" />
159159
</blockquote>
160160
<p>and a CC licensing widget will appear. Your web application can then use<br>
161161
regular DOM queries to determine the user's choice.</p>

blog/entries/2019-09-11-google-docs-plugin/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h3 id="how">How</h3><ol>
180180
<p><img src="/blog/entries/2019-09-11-google-docs-plugin/image4.png" alt="How-to screenshot 3"></p>
181181
<h4 id="video-tutorial">Video tutorial</h4><p><a href="https://youtu.be/sQZFlNXEVZ4">A video tutorial is available here</a> or by clicking on the image below.</p>
182182
<p><a href="http://www.youtube.com/watch?feature=player_embedded&v=sQZFlNXEVZ4
183-
" target="_blank"><img src="http://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg"
183+
" target="_blank"><img src="https://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg"
184184
alt="Video tutorial" border="10" /></a></p>
185185
</div>
186186

blog/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ One of our organizational goals regarding the global network is to “create val
13851385
&lt;p&gt;&lt;img src=&quot;/blog/entries/2019-09-11-google-docs-plugin/image4.png&quot; alt=&quot;How-to screenshot 3&quot;&gt;&lt;/p&gt;
13861386
&lt;h4 id=&quot;video-tutorial&quot;&gt;Video tutorial&lt;/h4&gt;&lt;p&gt;&lt;a href=&quot;https://youtu.be/sQZFlNXEVZ4&quot;&gt;A video tutorial is available here&lt;/a&gt; or by clicking on the image below.&lt;/p&gt;
13871387
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?feature=player_embedded&amp;v=sQZFlNXEVZ4
1388-
&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg&quot;
1388+
&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg&quot;
13891389
alt=&quot;Video tutorial&quot; border=&quot;10&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
13901390
</content>
13911391
</entry>

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:

0 commit comments

Comments
 (0)