Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moorepants/mae223
Course website for Jason Moore's UC Davis Multibody Dynamics course
https://github.com/moorepants/mae223
dynanics engineering simulation
Last synced: 4 months ago
JSON representation
Course website for Jason Moore's UC Davis Multibody Dynamics course
- Host: GitHub
- URL: https://github.com/moorepants/mae223
- Owner: moorepants
- Created: 2017-09-24T21:55:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T23:47:53.000Z (about 5 years ago)
- Last Synced: 2024-01-29T20:44:16.276Z (about 1 year ago)
- Topics: dynanics, engineering, simulation
- Language: Jupyter Notebook
- Homepage: https://moorepants.github.io/mae223
- Size: 43.1 MB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Here lie the source files for the UCD Mechanical Engineering Multibody Dynamics
course that is taught by Jason K. Moore.Build Instructions
==================Install miniconda_, add the Conda Forge channel, and create an environment for
Pelican sites::$ conda config --add channels conda-forge
$ conda create -n pelican python=2 pelican fabric ghp-import
$ source activate pelicanClone the plugin repository::
(pelican)$ mkdir ~/src
(pelican)$ git clone [email protected]:getpelican/pelican-plugins.git ~/src/pelican-pluginsRebuild and serve the site locally::
(pelican)$ fab reserve
Push the site to Github pages::
(pelican)$ fab gh_pages
.. _miniconda: http://conda.pydata.org/miniconda.html
License
=======The text, images, contents, and source of the website are released under the
CC-BY-40 unless otherwise specified.