Welcome to ENGR 1330¶
This is a JupyterBook that is comprised of notes used by Dr. Cleveland in his sections. Other instructors may use different content, so be sure to use the content specific to your section.
Suggested Citation¶
Theodore G. Cleveland, Farhang Forghanparast (2021), Computational Thinking and Data Science: Instructor’s Notes for ENGR 1330 at TTU, with contributions by: Dinesh Sundaravadivelu Devarajan, Turgut Batuhan Baturalp (Batu), Tanja Karp, Long Nguyen, and Mona Rizvi. Whitacre College of Engineering, DOI (pending)
Copyright Information¶
Copyright © 2021 Cleveland et. al., The contents of this book are licensed for free consumption under the following license: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0
The links in the active book themselves access potentially other copyrighted materials. We have taken efforts to correctly attribute such links, but have likely missed some - if you find these please let us know so we can attribute (or replace with a public domain equivalent)!
Syllabus¶
The most recent syllabus for ENGR-1330 is located at http:/54.243.252.9/engr-1330-webroot/0-Syllabus/ENGR-1330-2022-1-Syllabus.html
Note
The information below is of use to other potential institutional users of this book.
GitHub Repository This entire course (book, labs, and exercises) is contained in a public repository on GitHub https://github.com/dustykat/engr-1330-webroot
How to Use
Clone the entire repository to /var/www/html/engr-1330-webroot. Have your main index point to this directory i.e.
http://your-fqdn-server.org/engr-1330-webroot/
You can see working example at http:/54.243.252.9/engr-1330-webroot/If you plan to modify things, many of the internal links expect IP/hostname ==
54.243.252.9
, so you will have to change these addresses to your server. The string editorsed
will become your friend!
Materials herein come from many sources, in particular many from the Data8 repository from UC Berkeley (and from the Data8 Textbook, and many internet sources. Sources in notebooks are at least cited by a URL. As the content is matured, proper citations are to be inserted.
The
3-Readings
directory contains copyrighted materials and should be exposed with care on a web server; generally because no one reads anymore, its probably safe enough to protect using an.htaccess
approach. In my courses we access things through the syllabus links, and the syllabus is accessed through our LMS (Blackboard)