Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
side: left

- title: "About"
url: "/"
url: "#"
side: left
dropdown:
- title: "Team"
Expand All @@ -12,17 +12,17 @@
url: "/support/"

- title: "Partners"
url: "/"
url: "upgrade"
side: left
dropdown:
- title: "Mathia"
url: 'https://www.carnegielearning.com/solutions/math/mathia'
- title: "UpGrade"
url: 'https://www.upgradeplatform.org'
- title: "OLI"
url: 'https://oli.cmu.edu'
- title: "MOOClet"
url: "/mooclet/"
# - title: "Mathia"
# url: 'https://www.carnegielearning.com/solutions/math/mathia'
# - title: "UpGrade"
# url: 'https://www.upgradeplatform.org'
# - title: "OLI"
# url: 'https://oli.cmu.edu'
# - title: "MOOClet"
# url: "/mooclet/"

- title: Publications
url: "/overview/"
Expand Down
28 changes: 28 additions & 0 deletions _data/publications.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- type: Journal
author: "Badru, Lawal and Carver, J."
year: 2026
title: "Personalizing Supplementary Materials in Software Engineering: Impact of Preferences, Learning Styles, and Gender"
journal: "ACM Transactions on Computing Education"
month: "03"
doi: "10.1145/3806053"
url: "https://doi.org/10.1145/3806053"
publisher: "Association for Computing Machinery"
address: "New York, NY, USA"
keywords: "contextual Thompson Sampling, Adaptive Experiment"

- type: Journal
author: "Hulleman, C. S., & Harackiewicz, J. M."
year: 2009
title: "Promoting interest and performance in high school science classes"
journal: "Science, 326(5958), 1410–1412"
doi: "10.1126/science.1177067"
url: "https://doi.org/10.1126/science.1177067"

- type: Conference
author: "Badru, Lawal and An, M. and Stamper, J. and Carver, J."
year: 2025
title: "Optimizing Learning: A Comparative Study of Adaptive Experiments and Randomization in a Software Engineering Course"
booktitle: "Palermo '25: Sixth Annual Workshop on A/B Testing and Platform-Enabled Learning Engineering (PELE), Learning@Scale 2025"
month: "07"
address: "Palermo, Italy"
url: "https://www.researchgate.net/profile/Awwal-Badru/publication/395297168_Optimizing_Learning_A_Comparative_Study_of_Adaptive_Experiments_and_Randomization_in_a_Software_Engineering_Course/links/68badc0ee69154767c2a2c9f/Optimizing-Learning-A-Comparative-Study-of-Adaptive-Experiments-and-Randomization-in-a-Software-Engineering-Course.pdf"
100 changes: 57 additions & 43 deletions _includes/_footer.html
Original file line number Diff line number Diff line change
@@ -1,82 +1,96 @@
<!-- ═══ Back-to-Top ════════════════════════════════════════════ -->
<div id="up-to-top" class="row">
<div class="small-12 columns" style="text-align: right;">
<a class="iconfont" href="#top-of-page">&#xf108;</a>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
<div class="small-12 columns" style="text-align:right">
<a href="#top-of-page" title="Back to top" aria-label="Back to top">&#xf108;</a>
</div>
</div>

<!-- ═══ Modern Footer ══════════════════════════════════════════ -->
<footer id="footer-content">

<footer id="footer-content" class="bg-grau">
<div id="footer">
<div class="row">
<div class="medium-6 large-8 columns">
<h5 class="shadow-black">{{ site.data.language.info_website }}</h5>
<div class="row" style="max-width:1200px;margin:0 auto;padding:0 16px">

<p class="shadow-black">
<!-- Col 1: About -->
<div class="medium-5 large-5 columns" style="padding-right:40px">
<div style="display:flex;align-items:center;gap:10px;margin-bottom:18px">
<div style="width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#22d3ee,#38bdf8);display:flex;align-items:center;justify-content:center;font-weight:900;color:#0a1628;font-size:15px;flex-shrink:0">E</div>
<div>
<div style="color:#f0f9ff;font-weight:800;font-size:.95rem;letter-spacing:-.02em">EASI</div>
<div style="color:#22d3ee;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.8">AdaptiveExperiments</div>
</div>
</div>
<h5>{{ site.data.language.info_website }}</h5>
<p>
{{ site.description }}
<a href="{{ site.url }}{{ site.baseurl }}/about/">{{ site.data.language.more }}</a>
<br>
{{ site.license }}
<br>
</p>
<p style="margin-top:10px">
{{ site.license }}<br>
{{ site.disclaimer }}
</p>
</div><!-- /.large-6.columns -->

</div>

<div class="small-6 medium-3 large-3 large-offset-1 columns">
<!-- Col 2: Links -->
<div class="small-6 medium-3 large-3 columns" style="padding-left:20px">
{% for service_item in site.data.services %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
<h5>{{ service_item.menu_name }}</h5>
{% endif %}
{% endfor %}

<ul class="no-bullet shadow-black">
<ul class="no-bullet">
{% for service_item in site.data.services %}
{% if service_item.url contains 'http' %}{% assign domain = '' %}{% else %}{% capture domain %}{{ site.url }}{{ site.baseurl }}{% endcapture %}{% endif %}
<li {% if service_item.class %}class="{{ service_item.class }}" {% endif %}>
<a href="{{ domain }}{{ service_item.url }}" {% if service_item.url contains 'http' %}target="_blank" {% endif %} title="{{ service_item.title }}">{{ service_item.name }}</a>
</li>
<li {% if service_item.class %}class="{{ service_item.class }}"{% endif %}>
<a href="{{ domain }}{{ service_item.url }}" {% if service_item.url contains 'http' %}target="_blank" rel="noopener"{% endif %} title="{{ service_item.title }}">
{{ service_item.name }}
</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-4.columns -->


</ul>
</div>

<!-- Col 3: Network + NSF Logo -->
<div class="small-6 medium-4 large-4 columns">
<div style="margin-bottom:20px">
<img src="{{ site.urlimg }}nsf-transparent.png" alt="NSF Logo" style="width:180px;height:auto;opacity:.92;display:block;margin-bottom:14px">
<p style="font-size:.75rem;opacity:.5;margin:0">Funded by the National Science Foundation</p>
</div>

<div class="small-6 medium-3 large-3 columns">
<img src="{{ site.urlimg }}nsf-transparent.png" width="970"> <!-- add NSF logo IAC -->
{% for network_item in site.data.network %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
<h5>{{ network_item.menu_name }}</h5>
{% endif %}
{% endfor %}

<ul class="no-bullet shadow-black">
<ul class="no-bullet">
{% for network_item in site.data.network %}
{% if network_item.url contains 'http' %}{% assign domain = '' %}{% else %}{% capture domain %}{{ site.url }}{{ site.baseurl }}{% endcapture %}{% endif %}
<li {% if network_item.class %}class="{{ network_item.class }}" {% endif %}>
<a href="{{ domain }}{{ network_item.url }}" {% if network_item.url contains 'http' %}target="_blank" {% endif %} title="{{ network_item.title }}">{{ network_item.name }}</a>
</li>
<li {% if network_item.class %}class="{{ network_item.class }}"{% endif %}>
<a href="{{ domain }}{{ network_item.url }}" {% if network_item.url contains 'http' %}target="_blank" rel="noopener"{% endif %} title="{{ network_item.title }}">
{{ network_item.name }}
</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-3.columns -->
</div><!-- /.row -->
</div>

</div><!-- /.row -->
</div><!-- /#footer -->


<!-- Sub-footer -->
<div id="subfooter">
<nav class="row">
<nav class="row" style="max-width:1200px;margin:0 auto;padding:0 16px">
<section id="subfooter-left" class="small-12 medium-6 columns credits">
{{ site.credits }}
</section>

<section id="subfooter-right" class="small-12 medium-6 columns">
<ul class="inline-list social-icons">
{% for social_item in site.data.socialmedia %}
<li><a href="{{ social_item.url }}" target="_blank" class="{{ social_item.class }}" title="{{ social_item.title }}"></a></li>
{% endfor %}
<section id="subfooter-right" class="small-12 medium-6 columns" style="text-align:right">
<ul class="inline-list social-icons" style="justify-content:flex-end">
{% for social_item in site.data.socialmedia %}
<li><a href="{{ social_item.url }}" target="_blank" rel="noopener" class="{{ social_item.class }}" title="{{ social_item.title }}"></a></li>
{% endfor %}
</ul>
</section>
</nav>
</div><!-- /#subfooter -->

</footer>
3 changes: 3 additions & 0 deletions _includes/_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<title>{{ title }}</title>

<link rel="stylesheet" type="text/css" href="{{ url }}/assets/css/styles_feeling_responsive.css">
<link rel="stylesheet" type="text/css" href="{{ url }}/assets/css/modern-theme.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

{% if site.asciidoctor-enabled == true %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.0/css/font-awesome.min.css">
Expand Down
Loading