GitHub

File tree

  • .github/workflows

  • lectures

    • _static

      • lecture_specific/cass_koopmans_1

Original file line numberDiff line numberDiff line change

@@ -20,13 +20,13 @@ jobs:

2020

- name: Display Pip Versions

2121

shell: bash -l {0}

2222

run: pip list

23-

# - name: Download "build" folder (cache)

24-

# uses: dawidd6/action-download-artifact@v2

25-

# with:

26-

# workflow: cache.yml

27-

# branch: main

28-

# name: build-cache

29-

# path: _build

23+

- name: Download "build" folder (cache)

24+

uses: dawidd6/action-download-artifact@v2

25+

with:

26+

workflow: cache.yml

27+

branch: main

28+

name: build-cache

29+

path: _build

3030

# Build Assets (Download Notebooks and PDF via LaTeX)

3131

- name: Build Download Notebooks (sphinx-tojupyter)

3232

shell: bash -l {0}

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,5 @@

11

.DS_Store

22

_build/

33

lectures/_build/

4+

.ipynb_checkpoints/

5+

.virtual_documents/

Original file line numberDiff line numberDiff line change

@@ -3,6 +3,13 @@

33

Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/

44

###

55
6+

@book{intriligator2002mathematical,

7+

title={Mathematical optimization and economic theory},

8+

author={Intriligator, Michael D},

9+

year={2002},

10+

publisher={SIAM}

11+

}

12+
613

@article{wallis1980statistical,

714

title={The statistical research group, 1942--1945},

815

author={Wallis, W Allen},

Read the original on github.com ↗