diff --git a/__pycache__/mseip_webpage.cpython-37.pyc b/__pycache__/mseip_webpage.cpython-37.pyc index f6af3ab..4321f1f 100644 Binary files a/__pycache__/mseip_webpage.cpython-37.pyc and b/__pycache__/mseip_webpage.cpython-37.pyc differ diff --git a/layout.html b/layout.html deleted file mode 100644 index e69de29..0000000 diff --git a/static/DFW_plot_allclasses.png b/static/DFW_plot_allclasses.png new file mode 100644 index 0000000..52ba91d Binary files /dev/null and b/static/DFW_plot_allclasses.png differ diff --git a/templates/home.html b/templates/home.html index 75f9238..daa8606 100644 --- a/templates/home.html +++ b/templates/home.html @@ -4,6 +4,6 @@

Welcome to the NMSU MSEIP Home Page!

- WIP app + Research

{% endblock %} \ No newline at end of file diff --git a/templates/layout.html b/templates/layout.html index 231a9f0..5c76a29 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,7 +6,9 @@

- NMSU Logo + + NMSU Logo + NMSU MSEIP

@@ -16,4 +18,4 @@

lboucher@nmsu.edu - \ No newline at end of file + diff --git a/templates/research.html b/templates/research.html index 1fe219d..e77b445 100644 --- a/templates/research.html +++ b/templates/research.html @@ -3,10 +3,16 @@

Welcome to the NMSU MSEIP research page!

+

+ Home +

Here we present the results we have produced using anonymized student data.

- WIP app + DFW Plot +

+

+ 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.

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/styles.css b/templates/styles.css new file mode 100644 index 0000000..4d7f807 --- /dev/null +++ b/templates/styles.css @@ -0,0 +1,6 @@ +center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +}