Skip to content

Commit 0778ca5

Browse files
committed
Update with more content on the "learn more" page.
1 parent 9f3cb27 commit 0778ca5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

notebooks/03-practical/01-io.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,9 @@
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",
@@ -654,7 +656,7 @@
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,

notebooks/learn-more.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)