diff --git a/controllers/default.py b/controllers/default.py index 4cd41f4d4..f731b413b 100644 --- a/controllers/default.py +++ b/controllers/default.py @@ -289,6 +289,10 @@ def ack(): return dict() +def start(): + return dict() + + @auth.requires_login() def bio(): existing_record = db(db.user_biography.user_id == auth.user.id).select().first() diff --git a/static/images/GettingStartedWithRunestone.png b/static/images/GettingStartedWithRunestone.png new file mode 100644 index 000000000..bcb67f36d Binary files /dev/null and b/static/images/GettingStartedWithRunestone.png differ diff --git a/views/default/about.html b/views/default/about.html index 69455b726..04f11d044 100644 --- a/views/default/about.html +++ b/views/default/about.html @@ -3,23 +3,14 @@ {{block statusbar}} {{end}} -
- The goal of Runestone Interactive is to provide the tools, content, and hosting for high quality, interactive computer science textbooks. Everything is available under an open source license. There are really two main branches of the Runestone Interactive project: -
+The mission of Runestone Academy is to democratize textbooks for the 21st century. Do accomplish that mission we make high quality interactive textbooks available for free to all students. In the 21st century it is silly to think of textbooks statically, so we make great interactive textbooks that engage students in their learning. It would also be silly to ignore the rich data that an online textbook can provide to students, teachers, authors and researchers. To support these different stakeholders we have created a Learning Engineering and Analytics Portal (LEAP). That is quite a lot to digest so let us unpack that to see what it means in practical terms.
-- Runestone Interactive is a project of Luther College. -
+Learning Engineering is the systematic application of evidence-based principles and methods from educational technology and the learning sciences to create engaging and effective learning experiences, support the difficulties and challenges of learners as they learn, and come to better understand learners and learning. Everything we do on Runestone Academy takes this engineering approach to continuous improvement.
Analytics As an instructor understaning your students, which of them are struggling, which of them are working hard, which of them are successful or not is key. Runestone lets you quickly look at a dashboard of student progress to help you decide how to spend your classroom time most effectively. As a researcher or author you want to know what parts of your book are read the most, which questions are effective and which are duds that should be replaced or fixed to make them better.
Portal: Runestone Academy is a portal for online textbooks, students can interact with our books on any device for free. Runestone Academy is a portal for teachers who want to create a course, grade their students work, and monitor their progress all in one place. Runestone Acaademy is a portal for authors and researchers who want to invent new pedagogical strategies and try them out on lots of students while gaining access to anonymous information to help them better understand how students learn.
We have partnered with the PreTeXt project to provide an outstanding authoring tool to create interactive textbooks. And not only interactive textbooks in HTML but highly accessible textbooks in many formats including ePub, PDF, and braille.
+Runestone Academy LTD operates as a non-profit. We are awaiting official 501(c)(3) approval from the IRS.
diff --git a/views/default/start.html b/views/default/start.html new file mode 100644 index 000000000..7611f6aa5 --- /dev/null +++ b/views/default/start.html @@ -0,0 +1,50 @@ +{{extend 'layout.html'}} {{block statusbar}} {{end}} + + ++ How you get started on Runestone depends on who you are. We don't care, everyone + is welcome here, and we hope this road map can get you off to a smooth start. +
+ ++
+
It appears you are trying to get to a class for which you must log in. If you have already registered, please login below. Otherwise you can Register here.
@@ -43,10 +43,10 @@ {{if not settings.lti_only_mode:}} {{ if not auth.user or request.args(0) == 'impersonate': }} -