diff --git a/content/Blog/energetic_exposition_of_markets.md b/content/Blog/energetic_exposition_of_markets.md index 7391ee9..3fce3b1 100644 --- a/content/Blog/energetic_exposition_of_markets.md +++ b/content/Blog/energetic_exposition_of_markets.md @@ -164,6 +164,8 @@ power flow study https://docs.mosek.com/slides/2018/dtu-electric/talk.pdf + + ### prototypical problems II: Unit commitment problem a mixed-integer conic quadratic optimization problem @@ -180,6 +182,8 @@ https://nbviewer.org/github/MOSEK/Tutorials/blob/master/unitcommitment/ucp.ipynb * Economic Dispatch https://ampl.com/mo-book/notebooks/09/economicdispatch.html https://ampl.com/mo-book/notebooks/04/power-network.html +* https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/electrical_power_generation/electrical_power_1.ipynb + ### prototypical problems III: resource planning https://github.com/Power-Systems-Optimization-Course/power-systems-optimization/blob/master/Notebooks/03-Basic-Capacity-Expansion.ipynb diff --git a/content/Blog/js_in_pelican.rst b/content/Blog/js_in_pelican.rst index 4ad7234..184318d 100644 --- a/content/Blog/js_in_pelican.rst +++ b/content/Blog/js_in_pelican.rst @@ -5,7 +5,7 @@ Embedding js in pelican :tags: pelican, javascript :authors: Matt Gibson :modified: 2024-04-04 -:tags: pelican, javascript + .. raw:: HTML diff --git a/content/Blog/sliced_inverse_regression.md b/content/Blog/sliced_inverse_regression.md index a8e9397..c62945b 100644 --- a/content/Blog/sliced_inverse_regression.md +++ b/content/Blog/sliced_inverse_regression.md @@ -1,7 +1,7 @@ Title: Sliced Inverse Regression Author: Matt Gibson Date: 2024-04-18 -Tags: statistics, machine learning + ![MyImage]({attach}../images/cake_slice.png) [src](https://www.flickr.com/photos/rocor/5066636315) diff --git a/content/Blog/stable_django.rst b/content/Blog/stable_django.rst index f0cc5c0..0bb6e38 100644 --- a/content/Blog/stable_django.rst +++ b/content/Blog/stable_django.rst @@ -3,7 +3,7 @@ How good is Django? :date: 2024-03-31 :authors: Matt Gibson -:tags: django, dokuwiki, tools +.. :tags: django, dokuwiki, tools .. raw:: HTML diff --git a/content/Blog/updating_website_thoughts.rst b/content/Blog/updating_website_thoughts.rst deleted file mode 100644 index c17f7e4..0000000 --- a/content/Blog/updating_website_thoughts.rst +++ /dev/null @@ -1,21 +0,0 @@ -Updating my website -################################# - -:date: 2024-01-15 -:authors: Matt Gibson -:tags: personal, webdev, tools - - -It's been a little while since I've updated my website. - -Good: - -* Pelican 👍: having software after not having used it for years is a welcome surprise. Especially given that I migrated from Python 2 to Python 3. -* static site generation 👍: Still handy. Handles a bunch of stuff website bureaucracy and whatnot I'd rather not be bothered with. - -Bad: - -* random css 👎: I don't have a great sense of aesthetics so I've typically relied on someone elses'. In practice, that means copying other people's designs and CSS. That CSS, however, has aged poorly. -* using git submodules 👎: my setup for deploying this site was convoluted -* rst 👎: sorry,like mercurial ReStructured text just hasn't had community adoption. -* cli-only 👎: I would probably update my website more if it was easier. This was not helped by keeping content in a separate repo \ No newline at end of file