Skip to content

Commit b97c0f7

Browse files
authored
Merge pull request #12 from hamasoasis/gh-pages
mooclet page typo fixed
2 parents 10ccd73 + ee4ba88 commit b97c0f7

6 files changed

Lines changed: 38 additions & 48 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ author: Carver
3131

3232
# This URL is the main address for absolute links. Don't include a slash at the end.
3333
#
34-
url: 'https://AdaptiveExperiments.github.io'
34+
url: 'https://adaptiveexperiments.github.io'
3535
baseurl:
3636

3737

@@ -45,7 +45,7 @@ improve_content:
4545
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
4646
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg)
4747
#
48-
urlimg: 'https://AdaptiveExperiments.github.io/images/'
48+
urlimg: 'https://adaptiveexperiments.github.io/images/'
4949

5050

5151
# Logo size is 600x80 pixels

_layouts/page-fullwidth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% if page.image.title %}
66
<div class="row t30">
77
<div class="small-12 columns">
8-
<img src="{{ site.urlimg }}{{ page.image.title }}" width="720" alt="{{ page.title | escape_once }}">
8+
<img src="{{ site.urlimg }}{{ page.image.title }}" width="970" alt="{{ page.title | escape_once }}">
99
{% if page.image.caption_url and page.image.caption %}
1010
<p class="text-right caption">
1111
<a href="{{ page.image.caption_url }}">{{ page.image.caption }}</a>

_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/</id>
66
<title>EASI</title>
7-
<updated>2024-05-13T14:32:31-05:00</updated>
7+
<updated>2024-05-13T15:39:54-05: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/mooclet/index.html

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
<!-- Search Engine Optimization -->
29-
<meta name="description" content="">
29+
<meta name="description" content="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;">
3030
<meta name="google-site-verification" content="Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ">
3131
<meta name="msvalidate.01" content="0FB4C028ABCF07C908C54386ABD2D97F" >
3232

@@ -38,7 +38,7 @@
3838

3939
<!-- Facebook Open Graph -->
4040
<meta property="og:title" content="EASI">
41-
<meta property="og:description" content="">
41+
<meta property="og:description" content="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;">
4242
<meta property="og:url" content="http://localhost:4000/mooclet/">
4343
<meta property="og:locale" content="en_EN">
4444
<meta property="og:type" content="website">
@@ -338,7 +338,7 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000" class="icon-tree
338338

339339

340340

341-
<div id="masthead">
341+
<div id="masthead-no-image-header">
342342
<div class="row">
343343
<div class="small-12 columns">
344344
<a id="logo" href="http://localhost:4000/" title="EASI – Experiments-As-A-Service-Infrastructure">
@@ -355,28 +355,22 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000" class="icon-tree
355355

356356

357357

358-
359-
360358

361359

362360

363361
<div class="row t30">
364362
<div class="medium-12 columns">
365363
<article>
366364
<header>
367-
365+
<p class="subheadline">Developing the adaptive experiment templates for the researchers</p>
368366
<h1></h1>
369367
</header>
370368

371369

372-
<p class="teaser">
373-
374-
</p>
375-
376370

377-
<h1 id="the-moocletadapcomp-framework">The MOOClet/AdapComp Framework</h1>
371+
<h2 id="the-moocletadapcomp-framework">The MOOClet/AdapComp Framework</h2>
378372
<p><a href="https://www.youtube.com/watch?v=_PrBCaOE4QE"><img src="https://img.youtube.com/vi/_PrBCaOE4QE/default.jpg" alt="Watch the video" /></a>
379-
<a href="https://www.youtube.com/watch?v=_PrBCaOE4QE/default.jpg">Watch the video (7:02 mins)</a></p>
373+
<a href="https://www.youtube.com/watch?v=_PrBCaOE4QE">Watch the video (7:02 mins)</a></p>
380374

381375
<p>An AdapComp (short for “Adaptive Component,” also known as a MOOClet) is a digital component – like an explanation in an online course or a problem – designed using the AdapComp technology. This technology enables instructors and researchers to engage in a wide range of A/B experimentation, crowdsourcing, real-time data analysis, and personalization.</p>
382376

@@ -499,11 +493,6 @@ <h5 class="shadow-black">About This Site</h5>
499493

500494

501495

502-
<script>
503-
$("#masthead").backstretch("https://AdaptiveExperiments.github.io/images/easi-logo.png", {fade: 700});
504-
$("#masthead-with-text").backstretch("https://AdaptiveExperiments.github.io/images/easi-logo.png", {fade: 700});
505-
</script>
506-
507496

508497

509498

_site/sitemap.xml

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

10-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
10+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
1111

1212

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

25-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
25+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
2626

2727

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

40-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
40+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
4141

4242

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

55-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
55+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
5656

5757

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

70-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
70+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
7171

7272

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

87-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
87+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
8888

8989

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

104-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
104+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
105105

106106

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

119-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
119+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
120120

121121

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

134-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
134+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
135135

136136

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

149-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
149+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
150150

151151

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

164-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
164+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
165165

166166

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

179-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
179+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
180180

181181

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

194-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
194+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
195195

196196

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

209-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
209+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
210210

211211

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

224-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
224+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
225225

226226

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

239-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
239+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
240240

241241

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

258-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
258+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
259259

260260

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

273-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
273+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
274274

275275

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

290-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
290+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
291291

292292

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

305-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
305+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
306306

307307

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

320-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
320+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
321321

322322

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

335-
<lastmod>2024-05-13T14:32:31-05:00</lastmod>
335+
<lastmod>2024-05-13T15:39:54-05:00</lastmod>
336336

337337

338338
<changefreq>monthly</changefreq>

pages/mooclet.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
layout: page-fullwidth
33
show_meta: false
44
#title: "MOOClet"
5-
#subheadline: "Developing the adaptive experiment templates for the researchers"
6-
teaser: ""
5+
subheadline: "Developing the adaptive experiment templates for the researchers"
6+
#teaser: ""
77
header:
8-
image_fullwidth: easi-logo.png
98
permalink: "/mooclet/"
109
---
11-
# The MOOClet/AdapComp Framework
10+
11+
12+
## The MOOClet/AdapComp Framework
1213
[![Watch the video](https://img.youtube.com/vi/_PrBCaOE4QE/default.jpg)](https://www.youtube.com/watch?v=_PrBCaOE4QE)
13-
[Watch the video (7:02 mins)](https://www.youtube.com/watch?v=_PrBCaOE4QE/default.jpg)
14+
[Watch the video (7:02 mins)](https://www.youtube.com/watch?v=_PrBCaOE4QE)
1415

1516
An AdapComp (short for "Adaptive Component," also known as a MOOClet) is a digital component – like an explanation in an online course or a problem – designed using the AdapComp technology. This technology enables instructors and researchers to engage in a wide range of A/B experimentation, crowdsourcing, real-time data analysis, and personalization.
1617

0 commit comments

Comments
 (0)