Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOSC 211 course conversion #3

Open
3 of 4 tasks
phaustin opened this issue Apr 21, 2020 · 8 comments
Open
3 of 4 tasks

EOSC 211 course conversion #3

phaustin opened this issue Apr 21, 2020 · 8 comments
Assignees

Comments

@phaustin
Copy link
Contributor

phaustin commented Apr 21, 2020

  • convert docx to notebooks
  • convert pptx to notebooks
  • convert latex to notebooks
  • write a matlab test suite calling matlab --batch from python
@fhmjones
Copy link
Collaborator

Question: what does "write a python equivalent of the text" mean? Surely not "write a textbook equivalent of Attaway's MatLab book"? Should this be "find a python- based text" or "figure out how to run the course without a text"?

Eg. "A Primer on Scientific Programming with Python", Hans Petter Langtangen, used by authors of
Christian T. Jacobs, et al. “Experiences With Efficient Methodologies for Teaching Computer Programming to Geoscientists.” Journal of Geoscience Education 64, no. 3 (August 19, 2016): 183–98. https://doi.org/10.5408/15-101.1.

@phaustin
Copy link
Contributor Author

I meant produce the E211 equivalent of https://ubc-dsci.github.io/introduction-to-datascience/
For right now though, I think we just go through Andrew's material and note the readings and what the coverage is. I think about 90% of it is available on github in some form or another.

@phaustin
Copy link
Contributor Author

this is all on github with an open source license, for example:
http://greenteapress.com/thinkpython/html/index.html

@phaustin
Copy link
Contributor Author

For the HP Langtangen book, the text seems to be closed source, but any of his slides could be converted to markdown with pandoc:
https://hplgit.github.io/scipro-primer/slides/index.html

It's also a good example of the problems with texts in this area, nothing in this book will run with current python without quite a bit of work.

@phaustin
Copy link
Contributor Author

For the earth sciences, this is probably the best existing intro: https://geo-python.github.io/site/course-info/course-info.html

@phaustin
Copy link
Contributor Author

At the graduate level:
https://github.com/pangeo-data/education-material

@phaustin
Copy link
Contributor Author

captured this in #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants