File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 628628 {
629629 "cell_type" : " code" ,
630630 "execution_count" : null ,
631- "metadata" : {},
631+ "metadata" : {
632+ "tags" : []
633+ },
632634 "outputs" : [],
633635 "source" : [
634636 " from nams.solutions import io\n " ,
654656 "name" : " python" ,
655657 "nbconvert_exporter" : " python" ,
656658 "pygments_lexer" : " ipython3" ,
657- "version" : " 3.7.7 "
659+ "version" : " 3.8.8 "
658660 }
659661 },
660662 "nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -62,12 +62,24 @@ Here's an overview of what's available
6262
6363=== "Network Science"
6464
65- This is a book by Albert Laszlo-Barabasi, and is freely available [online].
65+ This is a book by Prof. Albert Laszlo-Barabasi, and is freely available [online].
6666 In it, he explores network analysis from the perspective of an applied academic discipline,
6767 showing universal properties and processes that underly networks.
6868
6969 [online]: http://networksciencebook.com/
7070
71+ === "Think Complexity"
72+
73+ This is a book by Prof. Allen Downey at the Olin College of Engineering.
74+ In fact, this was the first book that exposed me (Eric Ma)
75+ to network science and its ideas, which thus inspired my thesis topic,
76+ which then gave me the impetus to learn graph theory and make this tutorial.
77+ I hope it becomes a useful thing for you too.
78+ You can find the book [at Green Tea Press][thinkcomp] for free,
79+ but do consider purchasing a copy to support Allen's work!
80+
81+ [thinkcomp]: https://greenteapress.com/wp/think-complexity-2e/
82+
7183## Online Resources
7284
7385=== "Snacks"
You can’t perform that action at this time.
0 commit comments