Skip to content

Commit

Permalink
Links to open new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallet91 committed Sep 18, 2019
1 parent e0068d2 commit 8de6bbd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 54,21 @@
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/home/">Learn More</a>
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/home/" target="_blank">Learn More</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/quickstart/">Quick Start</a>
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/quickstart/" target="_blank">Quick Start</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/about/">About</a>
<a class="nav-link" href="https://mvallet91.github.io/ELAT/docs/about/" target="_blank">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mvallet91/ELAT-Workbench" ><i class="fab fa-github fa-2x"></i></a>
<a class="nav-link" href="https://github.com/mvallet91/ELAT-Workbench" target="_blank"><i class="fab fa-github fa-2x"></i></a>
</li>
</ul>
<span class="navbar-brand">
<a class="nav-link pull-right" href="https://www.tudelft.nl/ewi/over-de-faculteit/afdelingen/software-technology/web-information-systems/" ><img src="img/2000px-TU_Delft_Logo.svg.png" width="90px" ></a>
<a class="nav-link pull-right" href="https://www.tudelft.nl/ewi/over-de-faculteit/afdelingen/software-technology/web-information-systems/" target="_blank">
<img src="img/2000px-TU_Delft_Logo.svg.png" width="90px" ></a>
</span>
</div>
</nav>
Expand All @@ -77,7 78,7 @@
<div class="row justify-content-md-center " style="margin-top:10px; ">
<div class="col-xs-12 col-sm-10 ">
<table id="tblGrid" class="table table-hover ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#00A6D6;color:white;font-size:18px;caption-side: top; ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#007394;color:white;font-size:18px;caption-side: top; ">
Course Overview
</caption>
<thead>
Expand Down Expand Up @@ -221,7 222,7 @@ <h6>Log files</h6>
<div class="row justify-content-md-center " style="margin-top:10px; ">
<div class="col-xs-12 col-sm-10 ">
<table id="dbGrid" class="table table-hover ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#00A6D6;color:white;font-size:18px;caption-side: top; ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#008fb8;color:white;font-size:18px;caption-side: top; ">
Session Overview
</caption>
<thead>
Expand Down Expand Up @@ -257,7 258,7 @@ <h6>Log files</h6>
</table>

<table id="dlGrid" class="table table-hover ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#00A6D6;color:white;font-size:18px;caption-side: top; ">
<caption style="text-align:center;padding:7px 0 7px 0;background:#00bdf4;color:white;font-size:18px;caption-side: top; ">
Database Downloads
</caption>
<thead>
Expand Down Expand Up @@ -432,7 433,7 @@ <h6>Reprocess Graph Values</h6>
</button>
<div id="videoInfo" class="collapse show">
<div style="border: 1px solid blue; padding: 2px">
The <a href="http://www.educationaldatamining.org/EDM2016/proceedings/paper_63.pdf">Video Interactions</a>
The <a href="http://www.educationaldatamining.org/EDM2016/proceedings/paper_63.pdf" target="_blank">Video Interactions</a>
chart shows the average learner's sequential watching activity across videos. Each node (circle)
represents a <i>video</i>, and they are ordered according to the course structure. Each link (arc) shows the
the following video watched, and the thickness is proportional to the amount of students going to that video.
Expand Down Expand Up @@ -472,11 473,11 @@ <h6>Reprocess Graph Values</h6>
</button>
<div id="transitionInfo" class="collapse show">
<div style="border: 1px solid blue; padding: 2px">
The <a href="http://www.educationaldatamining.org/EDM2016/proceedings/paper_63.pdf">Learning Path</a>
The <a href="http://www.educationaldatamining.org/EDM2016/proceedings/paper_63.pdf" target="_blank">Learning Path</a>
chart shows the average learner's sequential movement between course components during a given week.
Each node (circle) is a <i>type</i> of course component, and each link (arrow) shows the
<i>likelihood</i> that a student will transition from one event type to another.
The paths are calculated as a <a href="https://en.wikipedia.org/wiki/Markov_chain">Markov Chain</a>,
The paths are calculated as a <a href="https://en.wikipedia.org/wiki/Markov_chain" target="_blank">Markov Chain</a>,
so the probability that a student goes to a given component type depends only on the previous component.
</div>
</div>
Expand Down Expand Up @@ -539,6 540,5 @@ <h6>Reprocess Graph Values</h6>
let heatChart = null;
let mixedChart = null;
</script>

</body>
</html>

0 comments on commit 8de6bbd

Please sign in to comment.