Skip to content

Commit d7020f5

Browse files
committed
Add AI and open-source quote, format, typos, refine
1 parent f5fc144 commit d7020f5

File tree

1 file changed

+58
-21
lines changed

1 file changed

+58
-21
lines changed

lectures/open-science-for-grand-challenges.html

Lines changed: 58 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>Learning Objectives</h3>
3838
<section>
3939
<h3>Vaclav (Vashek) Petras</h3>
4040
<ul>
41-
<li>Center: Director o Technology
41+
<li>Center: Director of Technology
4242
<li>GRASS: Core Development Team, Project Steering Committee
4343
<li>OSGeo: Charter Member</li>
4444
</ul>
@@ -141,7 +141,7 @@ <h3>What Open Means</h3>
141141
that preserve provenance and openness.
142142
<small>[as officially summed up]</small>
143143
</ul>
144-
<li>More than one term in use: <em>open, free, libre</em>
144+
<li>More than one term in use: <em>open, free, libre, FOSS, FLOSS</em>
145145
<li>Free Cultural Works
146146
<li>The Open Source Definition
147147
<li>The Open Source AI Definition
@@ -169,15 +169,18 @@ <h3>What Open Means</h3>
169169
<section>
170170
<h3>Four Freedoms in the OSI Open Source AI Definition</h3>
171171

172-
An Open Source AI is an AI system made available under terms and in a way that grant the freedoms to:
172+
<small>
173+
An Open Source AI is an AI system made available under terms and in a way that grant the freedoms to:
174+
</small>
173175
<ul>
174176
<li><b>Use</b> the system for any purpose and without having to ask for permission.</li>
175177
<li><b>Study</b> how the system works and inspect its components.</li>
176178
<li><b>Modify</b> the system for any purpose, including to change its output.</li>
177179
<li><b>Share</b> the system for others to use with or without modifications, for any purpose.</li>
178180
</ul>
179181
<small>
180-
These freedoms apply both to a fully functional system and to discrete elements of a system. A precondition to exercising these freedoms is to have access to the preferred form to make modifications to the system.
182+
These freedoms apply both to a fully functional system and to discrete elements of a system.
183+
A precondition to exercising these freedoms is to have access to the preferred form to make modifications to the system.
181184
</small>
182185

183186
<small>
@@ -192,20 +195,32 @@ <h3>Four Freedoms in the OSI Open Source AI Definition</h3>
192195
<section>
193196
<h3>Four Freedoms in the GNU Philosophy</h3>
194197

195-
A program is free software if the program's users have the four essential freedoms:
198+
<small>
199+
A program is free software if the program's users have the four essential freedoms:
200+
</small>
196201

197-
<ul>
198-
<li>The freedom to <b>run</b> the program as you wish, for any purpose (freedom 0).</li>
199-
<li>The freedom to <b>study</b> how the program works, and <b>change</b> it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
200-
<li>The freedom to <b>redistribute</b> copies so you can help others (freedom 2).</li>
201-
<li>The freedom to <b>distribute</b> copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
202-
</ul>
202+
<ul>
203+
<li>The freedom to <b>run</b> the program as you wish, for any purpose (freedom 0).</li>
204+
<li>
205+
The freedom to <b>study</b> how the program works, and <b>change</b> it so it does your computing as you wish (freedom 1).
206+
<small>
207+
Access to the source code is a precondition for this.
208+
</small>
209+
</li>
210+
<li>The freedom to <b>redistribute</b> copies so you can help others (freedom 2).</li>
211+
<li>
212+
The freedom to <b>distribute</b> copies of your modified versions to others (freedom 3).
213+
<small>
214+
By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
215+
</small>
216+
</li>
217+
</ul>
203218

204-
<small>
205-
What is Free Software? by <em>GNU</em> Operating System
206-
supported by the <em>Free Software Foundation</em>,
207-
generalized in <em>Free Cultural Works</em> (<a href="https://freedomdefined.org/">freedomdefined.org</a>)
208-
</small>
219+
<small>
220+
What is Free Software? by <em>GNU</em> Operating System
221+
supported by the <em>Free Software Foundation</em>,
222+
generalized in <em>Free Cultural Works</em> (<a href="https://freedomdefined.org/">freedomdefined.org</a>)
223+
</small>
209224

210225
<br>
211226

@@ -249,7 +264,6 @@ <h3>Licensing</h3>
249264
Do you read “terms and conditions”?
250265
Have you ever read any “terms and conditions” or end user license agreement (EULA)?
251266
What about an open source software license?
252-
<small>(Read <a href="https://trac.osgeo.org/gdal/wiki/FAQGeneral#WhatlicensedoesGDALOGRuse">license of GDAL</a> right now! It's less than 170 words.)</small>
253267
</small>
254268

255269
</section>
@@ -567,7 +581,7 @@ <h3>Open Science Publication: Software Platform</h3>
567581

568582

569583
<section>
570-
<h2>Challenges of Open Science</h2>
584+
<h2>Challenges</h2>
571585
</section>
572586

573587

@@ -690,6 +704,28 @@ <h3>Copyright, Licensing, and GenAI</h3>
690704
</section>
691705

692706

707+
<section>
708+
<h3>GenAI and Open Source Infrastructure</h3>
709+
<blockquote>
710+
Once AI training sets subsume the collective work of decades of open collaboration,
711+
the global commons idea, substantiated into repos and code all over the world,
712+
risks becoming a nonrenewable resource, mined and never replenished.
713+
<small>
714+
&hellip;
715+
What makes this moment especially tragic is that the very infrastructure enabling generative AI was born from the commons it now consumes.
716+
Free and open source software built the Internet&hellip;
717+
Every cloud provider, every hyperscale data center, every LLM pipeline sits on a foundation of FOSS.
718+
</small>
719+
<small>
720+
<br>
721+
&mdash; Sean O'Brien, founder of the Yale Privacy Lab at Yale Law School in
722+
<a href="https://www.zdnet.com/article/why-open-source-may-not-survive-the-rise-of-generative-ai/">Why open source may not survive the rise of generative AI</a>
723+
by David Gewirtz. ZDNET. Oct. 24, 2025. Accessed 2025-10-27.
724+
</small>
725+
</blockquote>
726+
</section>
727+
728+
693729
<section>
694730
<h3>Private Data</h3>
695731

@@ -1051,6 +1087,7 @@ <h3>Internal Reasons for Open Science</h3>
10511087
</section>
10521088

10531089

1090+
<!--
10541091
<section>
10551092
<h3>References</h3>
10561093
@@ -1096,6 +1133,7 @@ <h3>References</h3>
10961133
</small>
10971134
10981135
</section>
1136+
-->
10991137

11001138

11011139
<section>
@@ -1104,12 +1142,11 @@ <h3>Resolution for Class Debate</h3>
11041142
<blockquote>
11051143
A scientific publication needs to consist of text, data, source code, computational software environment, and reviews
11061144
which are all openly licensed, in open formats, checked during the submission process, and
1107-
publicly available without any delay after publication.
1145+
publicly available without any delay at the time of publication.
11081146
</blockquote>
11091147

11101148
<small class="glow">
11111149
Consider:
1112-
Funding, workload, scooping, AI/GenAI/LLMs, tax payers, industry funding agencies, &hellip;
1150+
Funding, workload, scooping, AI/GenAI/LLMs, tax payers, industry, missions of funding agencies, &hellip;
11131151
</small>
1114-
11151152
</section>

0 commit comments

Comments
 (0)