jankounchained / minnov

About This repository is for educational purposes only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managing Innovation (MINNOV)

Programming for the Humanities E21

This repository contains all of the code and data related to the Spring (F22) course Managing Innovation at Aarhus University, MSc in Economics and Business Administration - Innovation Management and Entrepreneurship. The course is taught in conjunction with Center for Humanities Computing Aarhus, any inquiries can be addressed to CHCAA.

This repository is in active development, with new material being pushed on a weekly basis.

Single Point of Contact

DS-SPoC

Technicalities

The course uses UCloud JupyterLab for all examples.

Bring your own laptop. We will help you set up all requirements in the first class.

You should all have a WAYF login in order to sign in to Ucloud.

Installation

Clone repository and install requirements

$ git clone https://github.com/CHCAA-EDUX/minnov.git 

Run first cell in data_exploration.ipynb

Repo structure

This repository has the following directory structure:

.
├── data_exploration.ipynb # data explorer
├── LICENSE.md
├── README.md # this document
└── util.py # utility functions used in the data explorer

Course overview and readings

See Curriculum

Contact details

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😈

Versioning

Authors

Kristoffer L. Nielbo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

About This repository is for educational purposes only.

License:MIT License


Languages

Language:Jupyter Notebook 92.9%Language:Python 7.1%