Skip to content

Commit

Permalink
add dfw plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydero committed Jul 17, 2019
1 parent b09d3f2 commit 9f32788
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
Binary file modified __pycache__/mseip_webpage.cpython-37.pyc
Binary file not shown.
Empty file removed layout.html
Empty file.
Binary file added static/DFW_plot_allclasses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ <h2>
Welcome to the NMSU MSEIP Home Page!
</h2>
<p>
WIP app
<a href="{{ url_for('research') }}">Research</a>
</p>
{% endblock %}
6 changes: 4 additions & 2 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<head>
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico" />
<H1 style="padding: 7px; font-size: 300%; background-color: #8c0b42; color: white">
<img src="/static/logo-new.png" alt="NMSU Logo" style="padding: 7px; float:right; width: 20%; height: 20%;">
<a href="https://nmsu.edu">
<img src="/static/logo-new.png" alt="NMSU Logo" style="padding: 7px; float:right; width: 20%; height: 20%;">
</a>
NMSU MSEIP
</H1>
<p>
Expand All @@ -16,4 +18,4 @@ <H1 style="padding: 7px; font-size: 300%; background-color: #8c0b42; color: whit
<footer>
Questions? Contact Dr. Laura Boucheron at <a href="mailto:[email protected]">[email protected]</a>
</footer>
</html>
</html>
10 changes: 8 additions & 2 deletions templates/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
<h2>
Welcome to the NMSU MSEIP research page!
</h2>
<p>
<a href="{{ url_for('home') }}">Home</a>
</p>
<p>
Here we present the results we have produced using anonymized student data.
</p>
<p>
WIP app
<img src="/static/DFW_plot_allclasses.png" alt="DFW Plot" style="width:50%;height:50%" class="center">
</p>
<p>
Figure 1: A plot of students' number of non-passing course grades vs how many semesters they were enrolled in courses for students that graduated in 2017. This shows that each course failed or withdrawn from adds roughly an extra semester before graduation.
</p>
{% endblock %}
{% endblock %}
6 changes: 6 additions & 0 deletions templates/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

0 comments on commit 9f32788

Please sign in to comment.