Skip to content

Commit d33f978

Browse files
authored
Merge pull request #17 from Simon-Initiative/dev
Dev
2 parents 71854e9 + 995c3cd commit d33f978

17 files changed

Lines changed: 93 additions & 88 deletions

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<feed xmlns="http://www.w3.org/2005/Atom">
55
<id>http://localhost:4000/ADAPTIVEEXPERIMENTS/</id>
66
<title>EASI</title>
7-
<updated>2025-11-12T19:43:58-06:00</updated>
7+
<updated>2025-11-17T21:16:23-06:00</updated>
88

99
<subtitle>EASI is an NSF funded project entitled &quot;Experiments-As-a-Service-Infrastructure (EASI) to enable a collaborative ecosystem of experimentation in real-world educational settings&quot;</subtitle>
1010

_site/contact/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,10 @@ <h1>Contact</h1>
326326

327327
<div itemprop="articleSection">
328328
<h3 id="for-questions-please-contact">For questions, please contact:</h3>
329-
<ul>
330-
<li><a href="mailto:carver@cs.ua.edu">Jeffery Carver</a></li>
331-
<li><a href="mailto:williams@cs.toronto.edu">Joseph Jay Williams</a></li>
332-
<li><a href="mailto:jstamper@cmu.edu">John Stamper</a></li>
333-
</ul>
329+
330+
<p><a href="https://carver.cs.ua.edu/">Jeffrey Carver</a><br />
331+
<a href="https://www.josephjaywilliams.com/">Joseph Jay Williams</a><br />
332+
<a href="https://www.hcii.cmu.edu/people/john-stamper">John Stamper</a></p>
334333

335334
</div>
336335

_site/humans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Theme: http://phlow.github.io/feeling-responsive/
1616

1717
/* SITE */
1818

19-
Last Updated: 2025/11/12
19+
Last Updated: 2025/11/17
2020
Standards: HTML5, CSS3
2121
Software: Sublime Text, Chrome, Jekyll, Git, Imageoptim, JPEGMini, Gulp.js, Sass
2222
Components: Foundation Framework, Modernizr, jQuery, Backstretch.js, Reveal

_site/images/mooclet_policy.png

28 KB
Loading

_site/images/upgrade_dash.png

56.4 KB
Loading

_site/images/upgrade_step.png

27.5 KB
Loading

_site/images/upgrade_step2.png

39.4 KB
Loading

_site/index.html

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/ADAPTIVEEXPERIMEN
341341
<div class="medium-4 columns frontpage-widget">
342342

343343
<a href="https://www.upgradeplatform.org/">
344-
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/presentation-feeling-responsive.jpg" alt="" />
344+
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/upgrade_dash.png" alt="" />
345345
</a>
346346

347347
<h2 class="font-size-h3 t10">Adaptive Experiments</h2>
@@ -362,7 +362,7 @@ <h2 class="font-size-h3 t10">Adaptive Experiments</h2>
362362
<div class="medium-4 columns frontpage-widget">
363363

364364
<a href="http://localhost:4000/ADAPTIVEEXPERIMENTS/easi">
365-
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/boed_adaptive_vs_naive_posterior.png" alt="" />
365+
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/upgrade_step2.png" alt="" />
366366
</a>
367367

368368
<h2 class="font-size-h3 t10">Why EASI?</h2>
@@ -383,7 +383,7 @@ <h2 class="font-size-h3 t10">Why EASI?</h2>
383383
<div class="medium-4 columns frontpage-widget">
384384

385385
<a href="https://www.upgradeplatform.org/">
386-
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/presentation-feeling-responsive.jpg" alt="" />
386+
<img src="http://localhost:4000/ADAPTIVEEXPERIMENTS/images/upgrade_step.png" alt="" />
387387
</a>
388388

389389
<h2 class="font-size-h3 t10">Participate and get started:</h2>
@@ -418,40 +418,43 @@ <h2 class="font-size-h3 t10">Participate and get started:</h2>
418418
<div class="row">
419419
<div class="hero" style="background: linear-gradient(135deg,#3B82F6 0%,#8B5CF6 100%); color: white; padding: 4rem 1.25rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(30,64,175,0.12); margin-bottom: 2rem;">
420420
<style>
421-
.hero-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
422-
.hero-copy { flex: 1 1 500px; min-width: 260px; } /* give more room to image */
423-
.hero-figure { flex: 0 0 360px; margin: 0; } /* increased image column to 360px */
424-
.hero-figure img { width: 100%; height: auto; max-width: 360px; border-radius: 8px; box-shadow: 0 6px 18px rgba(16,24,40,0.12); display: block; }
421+
/* Center the content; no flex so text can wrap around the floated image */
422+
.hero-inner { max-width: 1100px; margin: 0 auto; }
423+
.hero-copy { position: relative; }
424+
425+
/* Float image to the right so text wraps */
426+
.hero-figure { float: right; width: 380px; margin: 0 0 0.75rem 1rem; }
427+
.hero-figure img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 6px 18px rgba(16,24,40,0.12); display: block; }
428+
425429
@media (max-width: 1000px) {
426-
.hero-copy { flex: 1 1 420px; }
427-
.hero-figure { flex: 0 0 300px; }
428-
.hero-figure img { max-width: 300px; }
430+
.hero-figure { width: 320px; }
429431
}
430432
@media (max-width: 720px) {
431-
.hero-figure { flex-basis: 100%; }
432-
.hero-figure img { width: 100%; max-width: 420px; margin: 0 auto; }
433+
.hero-figure { float: none; width: 100%; max-width: 420px; margin: 0.75rem auto 1rem; }
433434
}
434435
</style>
435436

436437
<div class="hero-inner">
437438
<div class="hero-copy">
438-
<h1 style="margin: 0 0 0.5rem; font-size: 2.25rem; line-height: 1.05;">Adaptive Experiments</h1>
439-
<p style="margin: 0 0 1.25rem; font-size: 1.125rem; opacity: 0.95;">
440-
Turn uncertainty into actionable learning — faster, with fewer students.
441-
</p>
442-
<p style="margin: 0 0 1.25rem; max-width: 62ch;">
443-
Adaptive Experiments builds Experiments‑As‑a‑Service Infrastructure (EASI) to make real‑world educational field experiments simple, reproducible, and effective. Lower the barrier for teachers and researchers to test instructional designs, discover what improves learning, and deploy improvements at scale.
439+
<figure class="hero-figure" aria-hidden="false">
440+
<img src="/ADAPTIVEEXPERIMENTS/images/mooclet_policy.png" alt="MOOClet" />
441+
</figure>
442+
443+
<h1 style="margin: 0 0 0.5rem; font-size: 2.25rem; line-height: 1.05;">Project Goals</h1>
444+
<p style="margin: 0 0 1.0rem; max-width: 62ch;">
445+
The overall goal of EASI is to provide for the rapid creation of deployment of experiments in educational technologies.
444446
</p>
447+
<ul style="margin: 0 0 1.25rem 1rem; max-width: 62ch;">
448+
<li>A–Design: Help researchers investigate theories of learning and discover how to improve instruction by designing randomized field experiments on components of real-world digital educational resources.</li>
449+
<li>B–Analysis: Facilitate sophisticated analysis of experiments in the context of large-scale data about student profiles, such as to discover which interventions are effective for different subgroups of students.</li>
450+
<li>C–Adaptation: Enable research into adaptive experimentation by providing a testbed for algorithms that dynamically analyze data from experiments, to enhance learning faster with less participants</li>
451+
</ul>
445452
<p>
446453
<a href="/easi/" class="btn" style="margin-right:0.5rem;">Why EASI?</a>
447454
<a href="/support/" class="btn" style="margin-right:0.5rem;">Participate</a>
448455
<a href="https://www.upgradeplatform.org/" class="btn">View on UpGrade</a>
449456
</p>
450457
</div>
451-
452-
<figure class="hero-figure" aria-hidden="false">
453-
<img src="/ADAPTIVEEXPERIMENTS/images/boed_adaptive_vs_naive_posterior.png" alt="Adaptive vs naive posterior" />
454-
</figure>
455458
</div>
456459
</div>
457460

_site/sitemap.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>
88
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/404.html</loc>
99

10-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
10+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
1111

1212

1313
<changefreq>monthly</changefreq>
@@ -22,7 +22,7 @@
2222
<url>
2323
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/about/</loc>
2424

25-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
25+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
2626

2727

2828
<changefreq>monthly</changefreq>
@@ -37,7 +37,7 @@
3737
<url>
3838
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/adaptive/</loc>
3939

40-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
40+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
4141

4242

4343
<changefreq>monthly</changefreq>
@@ -52,7 +52,7 @@
5252
<url>
5353
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/agenda/</loc>
5454

55-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
55+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
5656

5757

5858
<changefreq>monthly</changefreq>
@@ -67,7 +67,7 @@
6767
<url>
6868
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/blog/archive/</loc>
6969

70-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
70+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
7171

7272

7373
<changefreq>monthly</changefreq>
@@ -84,7 +84,7 @@
8484
<url>
8585
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/atom.xml</loc>
8686

87-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
87+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
8888

8989

9090
<changefreq>monthly</changefreq>
@@ -101,7 +101,7 @@
101101
<url>
102102
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/contact/</loc>
103103

104-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
104+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
105105

106106

107107
<changefreq>monthly</changefreq>
@@ -116,7 +116,7 @@
116116
<url>
117117
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/easi/</loc>
118118

119-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
119+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
120120

121121

122122
<changefreq>monthly</changefreq>
@@ -131,7 +131,7 @@
131131
<url>
132132
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/feed.xml</loc>
133133

134-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
134+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
135135

136136

137137
<changefreq>monthly</changefreq>
@@ -146,7 +146,7 @@
146146
<url>
147147
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/humans.txt</loc>
148148

149-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
149+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
150150

151151

152152
<changefreq>monthly</changefreq>
@@ -161,7 +161,7 @@
161161
<url>
162162
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/blog/</loc>
163163

164-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
164+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
165165

166166

167167
<changefreq>monthly</changefreq>
@@ -176,7 +176,7 @@
176176
<url>
177177
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/</loc>
178178

179-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
179+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
180180

181181

182182
<changefreq>monthly</changefreq>
@@ -191,7 +191,7 @@
191191
<url>
192192
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/mooclet/</loc>
193193

194-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
194+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
195195

196196

197197
<changefreq>monthly</changefreq>
@@ -206,7 +206,7 @@
206206
<url>
207207
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/oli/</loc>
208208

209-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
209+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
210210

211211

212212
<changefreq>monthly</changefreq>
@@ -221,7 +221,7 @@
221221
<url>
222222
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/overview/</loc>
223223

224-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
224+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
225225

226226

227227
<changefreq>monthly</changefreq>
@@ -236,7 +236,7 @@
236236
<url>
237237
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/robots.txt</loc>
238238

239-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
239+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
240240

241241

242242
<changefreq>monthly</changefreq>
@@ -255,7 +255,7 @@
255255
<url>
256256
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/search/</loc>
257257

258-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
258+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
259259

260260

261261
<changefreq>monthly</changefreq>
@@ -270,7 +270,7 @@
270270
<url>
271271
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/sitemap.xml</loc>
272272

273-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
273+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
274274

275275

276276
<changefreq>monthly</changefreq>
@@ -287,7 +287,7 @@
287287
<url>
288288
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/support/</loc>
289289

290-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
290+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
291291

292292

293293
<changefreq>monthly</changefreq>
@@ -302,7 +302,7 @@
302302
<url>
303303
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/team/</loc>
304304

305-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
305+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
306306

307307

308308
<changefreq>monthly</changefreq>
@@ -317,7 +317,7 @@
317317
<url>
318318
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/training_material/</loc>
319319

320-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
320+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
321321

322322

323323
<changefreq>monthly</changefreq>
@@ -332,7 +332,7 @@
332332
<url>
333333
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/upgrade/</loc>
334334

335-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
335+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
336336

337337

338338
<changefreq>monthly</changefreq>
@@ -347,7 +347,7 @@
347347
<url>
348348
<loc>http://localhost:4000/ADAPTIVEEXPERIMENTS/workshops/</loc>
349349

350-
<lastmod>2025-11-12T19:43:58-06:00</lastmod>
350+
<lastmod>2025-11-17T21:16:23-06:00</lastmod>
351351

352352

353353
<changefreq>monthly</changefreq>

_site/team/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,23 +392,23 @@ <h2 class="section-title">Project Leaders</h2>
392392
<li class="person">
393393
<img src="/ADAPTIVEEXPERIMENTS/images/stock-images/bier.jpg" alt="Norman Bier" onerror="this.onerror=null;this.src='https://via.placeholder.com/84?text=Photo'" />
394394
<div class="person-meta">
395-
<div class="person-name"><a href="https://oli.cmu.edu/norman-bier/">Norman Bier</a></div>
395+
<div class="person-name"><a href="https://www.linkedin.com/in/norman-bier-9792b03/">Norman Bier</a></div>
396396
<div class="person-role">Carnegie Mellon University</div>
397397
</div>
398398
</li>
399399

400400
<li class="person">
401401
<img src="/ADAPTIVEEXPERIMENTS/images/stock-images/April.jpg" alt="April Murphy" onerror="this.onerror=null;this.src='https://via.placeholder.com/84?text=Photo'" />
402402
<div class="person-meta">
403-
<div class="person-name">April Murphy</div>
403+
<div class="person-name"><a href="https://www.linkedin.com/in/aprildmurphy/"> April Murphy</a></div>
404404
<div class="person-role">Carnegie Learning</div>
405405
</div>
406406
</li>
407407

408408
<li class="person">
409409
<img src="/ADAPTIVEEXPERIMENTS/images/stock-images/Steve.jpg" alt="Steve Ritter" onerror="this.onerror=null;this.src='https://via.placeholder.com/84?text=Photo'" />
410410
<div class="person-meta">
411-
<div class="person-name">Steve Ritter</div>
411+
<div class="person-name"><a href="https://www.linkedin.com/in/steve-ritter-455427/"> Steve Ritter</a> </div>
412412
<div class="person-role">Carnegie Learning</div>
413413
</div>
414414
</li>
@@ -423,15 +423,15 @@ <h2 class="section-title">Graduate Students</h2>
423423
<li class="person">
424424
<img src="/ADAPTIVEEXPERIMENTS/images/awwal.jpg" alt="Awwal Badru" onerror="this.onerror=null;this.src='https://via.placeholder.com/84?text=Photo'" />
425425
<div class="person-meta">
426-
<div class="person-name">Awwal Badru</div>
426+
<div class="person-name"><a href="https://www.linkedin.com/in/awwal-b-389887198/"> Awwal Badru </a></div>
427427
<div class="person-role">PhD Student (Computer Science), University of Alabama</div>
428428
</div>
429429
</li>
430430

431431
<li class="person">
432432
<img src="/ADAPTIVEEXPERIMENTS/images/stock-images/Marshall.jpg" alt="Marshall An" onerror="this.onerror=null;this.src='https://via.placeholder.com/84?text=Photo'" />
433433
<div class="person-meta">
434-
<div class="person-name">Marshall An</div>
434+
<div class="person-name"><a href="https://www.hcii.cmu.edu/people/marshall"> Marshall An </a></div>
435435
<div class="person-role">PhD Student (Human–Computer Interaction), Carnegie Mellon University</div>
436436
</div>
437437
</li>

0 commit comments

Comments
 (0)